--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2025-3bffaf86c8
2025-12-13 00:49:56.741298+00:00
--------------------------------------------------------------------------------

Name        : iwyu
Product     : Fedora 42
Version     : 0.24
Release     : 5.fc42
URL         : https://github.com/include-what-you-use/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. (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.

--------------------------------------------------------------------------------
Update Information:

Rebuilt to fix issues related with LLVM packaging.
--------------------------------------------------------------------------------
ChangeLog:

* Tue Sep  9 2025 Vitaly <[email protected]> - 0.24-5
- Switched to modern LLVM packaging guidelines use.
* Sat Sep  6 2025 Vitaly <[email protected]> - 0.24-4
- Fixed LLVM legacy installation path.
* Sat Sep  6 2025 Vitaly <[email protected]> - 0.24-3
- Switched to using legacy LLVM 20 for Fedora 43+.
* Thu Jul 24 2025 Fedora Release Engineering <[email protected]> - 0.24-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
--------------------------------------------------------------------------------
References:

  [ 1 ] Bug #2416546 - IWYU doesn't find resource dir
        https://bugzilla.redhat.com/show_bug.cgi?id=2416546
--------------------------------------------------------------------------------

This update can be installed with the "dnf" update program. Use
su -c 'dnf upgrade --advisory FEDORA-2025-3bffaf86c8' at the command
line. For more information, refer to the dnf documentation available at
http://dnf.readthedocs.io/en/latest/command_ref.html#upgrade-command-label

All packages are signed with the Fedora Project GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------

-- 
_______________________________________________
package-announce mailing list -- [email protected]
To unsubscribe send an email to [email protected]
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/[email protected]
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to