Letter I

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

Website: https://github.com/include-what-you-use/include-what-you-use
License: NCSA
Vendor: Alcance Libre, Inc.
Description:
"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.

Packages

iwyu-0.14-0.1.20200517gitaa7c663.fc14.al.x86_64 [606 KiB] Changelog by Joel Barrios (2021-08-27):
- Update to 0.14.

Listing created by Repoview-0.6.6-6.fc14.al