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. (Similarly, for foo_test.cc, either foo_test.cc or foo.h should do the including.) Obviously symbols defined in foo.cc itself are excluded from this requirement. This puts us in a state where every file includes the headers it needs to declare the symbols that it uses. When every file includes what it uses, then it is possible to edit any file and remove unused headers, without fear of accidentally breaking the upwards dependencies of that file. It also becomes easy to automatically track and update dependencies in the source code.

Releases Overview

Release Stable Testing
Fedora Rawhide 0.22-1.fc41 -
Fedora 40 0.22-1.fc40 -
Fedora 39 0.21-1.fc39 -
Fedora 38 0.20-2.fc38 -
File a new bug report »
Package Info

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



Sources on Pagure