Package include-what-you-use: Information

    Source package: include-what-you-use
    Version: 0.21-alt1
    Latest version according to Repology
    Build time:  Feb 19, 2024, 08:06 PM in the task #341088
    Category: Development/C
    Report package bug
    FTBFS
    ArchitectureFTBFS sinceUpdate
    i586April 20, 2024April 27, 2024
    x86_64April 18, 2024April 27, 2024

    License: NCSA
    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.

    List of rpms provided by this srpm:
    include-what-you-use (x86_64, ppc64le, i586, armh, aarch64)
    include-what-you-use-debuginfo (x86_64, ppc64le, i586, armh, aarch64)

    Maintainer: Andrey Bergman

    List of contributors:
    Andrey Bergman

    ACL:
    Andrey Bergman
    @everybody

      1. clang17.0-devel
      2. cmake
      3. gcc-c++
      4. llvm17.0-devel
      5. ninja-build
      6. python3-module-setuptools

    Last changed


    Feb. 18, 2024 Andrey Bergman 0.21-alt1
    - Initial release for Sisyphus.