| Name: | iwyu |
|---|---|
| Version: | 0.2 |
| Release: | 1.el7 |
| Architecture: | x86_64 |
| Group: | Development/Languages |
| Size: | 16872494 |
| License: | NCSA |
| RPM: | iwyu-0.2-1.el7.x86_64.rpm |
| Source RPM: | iwyu-0.2-1.el7.src.rpm |
| Build Date: | Fri Oct 27 2017 |
| Build Host: | x86-ol7-builder-02.us.oracle.com |
| Vendor: | Oracle America |
| URL: | https://code.google.com/p/include-what-you-use/ |
| Summary: | C/C++ source files #include analyzer based on clang |
| 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. |
- Initial RPM release