
include-what-you-use.org
include-what-you-use - A tool for use with clang to analyze #includes in C and C++ source filesA tool for use with clang to analyze #includes in C and C source files. Why include what you use. Include-what-you-use-0.9.src.tar.gz. The main goal of include-what-you-use is to remove superfluous #includes. It does this both by figuring out what #includes are not actually needed for this file (for both .cc and .h files), and replacing #includes with forward-declares when possible. Iwyu 0.9 compatible with llvm clang 5.0 is released. Major changes:. Improve handling of template arguments. From now on we...
http://www.include-what-you-use.org/