Пакет iwyu: Информация

    Исходный пакет: iwyu
    Версия: 0.25-alt1
    Последняя версия по данным Repology
    Собран:  14 декабря 2025 г. 1:42 в задании #402825
    Категория: Разработка/C
    Сообщить об ошибке в пакете
    Лицензия: NCSA
    О пакете: C/C++ source files #include analyzer based on clang
    Описание: 
    "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.

    Список бинарных RPM-пакетов, собираемых из данного SRPM:
    iwyu (x86_64, i586, aarch64)
    iwyu-debuginfo (x86_64, i586, aarch64)

    Сопровождающий: Andrey Bergman

    Список участников:
    Andrey Bergman

    Права:
    Andrey Bergman
    @everybody

      1. clang21.1-devel
      2. cmake
      3. gcc-c++
      4. llvm21.1-devel
      5. ninja-build
      6. rpm-build-python3

    Последнее изменение


    13 декабря 2025 г. Andrey Bergman 0.25-alt1
    - Update to version 0.25 (Clang 21).
    25 мая 2025 г. Andrey Bergman 0.24-alt1
    - Update to version 0.24 (Clang 20).
    22 марта 2025 г. Andrey Bergman 0.23-alt1
    - Update to version 0.23 (Clang 19).