Fedora Packages

iwyu

C/C++ source files #include analyzer based on clang

"Include what you use" means this: for every symbol (type, function, variable, or macro) that you use in foo.cc (or foo.cpp), either foo.cc or foo.h should #include a .h file that exports the declaration of that symbol. The include-what-you-use tool is a program that can be built with the clang libraries in order to analyze #includes of source files to find include-what-you-use violations, and suggest fixes for them.

Releases Overview

Release Stable Testing
EPEL 7 0.2-1.el7 -
Package Info

You can contact the maintainers of this package via email at iwyu dash maintainers at fedoraproject dot org.



Sources on Pagure