Information for build iwyu-0.23-6.fc42

ID121971
Package Nameiwyu
Links Fedora Package Sources | Fedora Official Koji Buildsystem | Rocks RISC-V Koji Buildsystem | Fedora RISC-V GitHub | Old Koji Buildsystem
Version0.23
Release6.fc42
Epoch
DraftFalse
Sourcegit+https://src.fedoraproject.org/rpms/iwyu.git#dd14a986fe62eccc8f93a90cace19d4531039a27
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 byzhangsongsong
State failed
Volume DEFAULT
StartedMon, 31 Mar 2025 15:47:36 CST
CompletedMon, 31 Mar 2025 15:50:33 CST
Taskbuild (f42-bootstrap, /rpms/iwyu.git:dd14a986fe62eccc8f93a90cace19d4531039a27)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/iwyu.git#dd14a986fe62eccc8f93a90cace19d4531039a27'}}
Tags No tags
RPMs No RPMs
Changelog * Sat Mar 08 2025 Vitaly <vitaly@easycoding.org> - 0.23-6 - Added LLVM legacy support to fix FTBFS. * Fri Feb 07 2025 Vitaly <vitaly@easycoding.org> - 0.23-5 - Fixed FTBFS after recent changes in LLVM packages. * Mon Jan 20 2025 Vitaly <vitaly@easycoding.org> - 0.23-4 - Optimized regular expression and disabled 32-bit build. * Mon Jan 20 2025 Vitaly <vitaly@easycoding.org> - 0.23-3 - Switched to IWYU_RESOURCE_DIR use and temporary disabled one unit test to fix FTBFS. * Fri Jan 17 2025 Fedora Release Engineering <releng@fedoraproject.org> - 0.23-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild * Sun Nov 10 2024 Vitaly <vitaly@easycoding.org> - 0.23-1 - Updated to version 0.23. * Thu Jul 18 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.22-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild