mesonbuild / meson

The Meson Build System
http://mesonbuild.com
Apache License 2.0
5.62k stars 1.63k forks source link

RFE: integration with iwyu #2637

Open ignatenkobrain opened 7 years ago

ignatenkobrain commented 7 years ago

It would be really handy if we could have out of the box integration with it.

ghost commented 6 years ago

I second that request, great tool but hard to integrate.

ptomato commented 5 years ago

IWYU understands the compilation database format, so it seems like this should be easily integratable by running iwyu_tool -p $BUILDDIR?

Hi-Angel commented 5 years ago

IWYU understands the compilation database format, so it seems like this should be easily integratable by running iwyu_tool -p $BUILDDIR?

Thanks, I confirm this works for me. FWIW, it even works despite the build was done with GCC, not Clang.