Information for build iwyu-0.22-1.fc40

ID30247
Package Nameiwyu
Links Fedora Package Sources | Fedora Official Koji Buildsystem | Rocks RISC-V Koji Buildsystem | Fedora RISC-V GitHub | Old Koji Buildsystem
Version0.22
Release1.fc40
Epoch
DraftFalse
Sourcegit+https://src.fedoraproject.org/rpms/iwyu.git#f2a1a041efca5e47821b3daac2cb837709c8f035
SummaryC/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. (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.
Built bykojiadmin
State failed
Volume DEFAULT
StartedFri, 09 Aug 2024 11:36:30 CST
CompletedFri, 09 Aug 2024 11:43:22 CST
Taskbuild (f40, /rpms/iwyu.git:f2a1a041efca5e47821b3daac2cb837709c8f035)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/iwyu.git#f2a1a041efca5e47821b3daac2cb837709c8f035'}}
Tags No tags
RPMs No RPMs
Changelog * Wed Mar 27 2024 Vitaly <vitaly@easycoding.org> - 0.22-1 - Updated to version 0.22. * Wed Jan 24 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.20-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild