Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: clang18-devel | Distribution: openSUSE Tumbleweed |
Version: 18.1.8 | Vendor: openSUSE |
Release: 3.1 | Build date: Tue Sep 3 15:30:40 2024 |
Group: Development/Libraries/C and C++ | Build host: reproducible |
Size: 22864269 | Source RPM: llvm18-18.1.8-3.1.src.rpm |
Packager: http://bugs.opensuse.org | |
Url: https://www.llvm.org/ | |
Summary: CLANG frontend for LLVM (devel package) |
This package contains the clang (C language) frontend for LLVM. (development files)
Apache-2.0 WITH LLVM-exception AND NCSA
* Tue Sep 03 2024 Martin Liška <martin.liska@hey.com> - Enable zstd compression support again. * Fri Aug 23 2024 Aaron Puchert <aaronpuchert@alice-dsl.net> - Split off clang shared runtime libraries into libclang_rtX, so that they can be used by other packages without requiring the entire compiler tool chain. This is still not ergonomical: the libraries don't sit in %{_libdir}, so an RPATH or setting LD_LIBRARY_PATH is required, and they don't have an SO version, so zypper won't know which version to is needed. (boo#1225784) * Tue Aug 20 2024 Aaron Puchert <aaronpuchert@alice-dsl.net> - Add minor version to Python shebangs. (boo#1212476) - Remove shebang and executable bit where not needed. * Sun Jun 30 2024 Aaron Puchert <aaronpuchert@alice-dsl.net> - Update to version 18.1.8. * Fix a regression from the 18.1.6 release, which could result in compiler crashes in the PPCMergeStringPool pass when compiling for PowerPC targets. * Fixes clang-format regressions (since 18.1.1) on breaking before a stream insertion operator (<<) when both operands are string literals. * Fixes a clang-format regression (since 17.0.6) on formatting goto labels in macro definitions. - Rebase llvm-do-not-install-static-libraries.patch. * Tue May 21 2024 Aaron Puchert <aaronpuchert@alice-dsl.net> - Update to version 18.1.6. * Fixes issues where LLVM is either generating the incorrect thunk for a function with aligned parameters or didn't correctly pass through the return value when StructRet was used. * `-Xclang -target-feature -Xclang +unaligned-scalar-mem` can be used to enable unaligned scalar memory accesses for CPUs that do not support unaligned vector accesses. `-mno-strict-align` will enable unaligned scalar and vector memory accesses. * Don't replace an aliasee with an alias that has weak linkage. This avoids incorrect linkage that can lead to using the wrong symbols during linking time. * Fixes build failures when compiling AVX512 code using `-march=native` on machines without AVX512. The problem was introduced in LLVM 18.1.5. * Fixes crash in AArch64 backend when having `true` or `false` as operand for `fcmp` instruction on IR level. * Fixes compiler crash when user specifies `-mno-evex512` with AVX512 features but no AVX512VL. * Fixes a bug that tries to do VBROADCAST_LOAD for `f16` without AVX2. - Rebase llvm-do-not-install-static-libraries.patch. * Tue May 07 2024 Aaron Puchert <aaronpuchert@alice-dsl.net> - Update to version 18.1.5. * This release contains bug-fixes for the LLVM 18.1.0 release. This release is API and ABI compatible with 18.1.0. - Rebase llvm-do-not-install-static-libraries.patch. * Thu Apr 18 2024 Aaron Puchert <aaronpuchert@alice-dsl.net> - Update to version 18.1.4. * Fixes an issue with Arm64EC code generation where calls to some intrinsics implemented in compiler-rt used the wrong name mangling, eventually resulting in unresolved symbol errors during linking. * Fixed an incorrect poison-generating flag preservation in `InstSimplify`. It will fix a miscompilation on RISCV, which turns the incorrect `or disjoint` into an `add`. * Save/restore routines for RV32E/RV64E are added to compiler-rt. * Fix regressions introduced in LLVM 18.1.3 in MIPS atomicrmw min/max codegen. - Include module files for libc++ in libc++-devel. - Rebase llvm-do-not-install-static-libraries.patch. * Thu Apr 04 2024 Aaron Puchert <aaronpuchert@alice-dsl.net> - Update to version 18.1.3. * Fixes ThreadSanitizer failures for glibc's LoongArch and certain RISC-V ports when fstat is used. * `transform.structured.convert_to_loops` now properly deletes its target op. * Fix a `llvm.usub.with.overflow.i128` wrong code generation regression that was introduced with LLVM 18.1.0. * MemorySanitizer on Linux can now run even when maximum-entropy address-space layout randomization is configured globally (as is becoming increasingly common). MemorySanitizer can automatically re-exec ASLR-off for the process if needed, instead of aborting. * Fixed a Clang 18.x regression which increased binary size and stack usage with `-ftrivial-auto-var-init`. - Set directories for configuration files: /etc/clang for system- wide configuration and ~/.config/clang for users. For details see https://clang.llvm.org/docs/UsersManual.html#configuration-files. - Use old conflicts/provides for python3-clang on Leap. * Sat Mar 23 2024 Aaron Puchert <aaronpuchert@alice-dsl.net> - Update to version 18.1.2. * This release contains bug-fixes for the LLVM 18.1.0 release. This release is API and ABI compatible with 18.1.0. - Rebase patches: * llvm-do-not-install-static-libraries.patch * llvm-normally-versioned-libllvm.patch - Prefer ld.bfd for now to get THP-compatible section layout. * Sat Mar 09 2024 Aaron Puchert <aaronpuchert@alice-dsl.net> - Update to version 18.1.1. * For details, see the release notes: - https://releases.llvm.org/18.1.0/docs/ReleaseNotes.html - https://releases.llvm.org/18.1.0/tools/clang/docs/ReleaseNotes.html - https://releases.llvm.org/18.1.0/tools/clang/tools/extra/docs/ReleaseNotes.html - https://releases.llvm.org/18.1.0/projects/libcxx/docs/ReleaseNotes.html - https://releases.llvm.org/18.1.0/tools/lld/docs/ReleaseNotes.html * New LLVM tool: llvm-readtapi, LLVM TAPI file reader and transformer. * Removed LLVM tools: llvm-tapi-diff, llvm-remark-size-diff. * New LLDB tool: lldb-dap debug adapter. * Removed LLDB tool: lldb-vscode. - Rename libomp-devel symbolic name to libomp-devel-provider. We want to introduce a metapackage named libomp-devel. - Rebase patches: * assume-opensuse.patch * link-clang-tools-extra-shared.patch * llvm_build_tablegen_component_as_shared_library.patch * llvm-do-not-install-static-libraries.patch * llvm-fix-find-gcc5-install.patch * llvm-normally-versioned-libllvm.patch * llvm-suse-implicit-gnu.patch - Add patches to fix tests: * clang-fix-modules-test-riscv.patch * clang-fix-openmp-test-non-x86.patch * clang-fix-openmp-test.patch * llvm-fix-cov-test-i586.patch - Restructure version macros in specfile for new versioning scheme. - Fix packaging of ld.lld as ld alternative. - Disable LLDB Python bindings on SLE/Leap. They now require Swig 4 which isn't available there. * Wed Mar 06 2024 Michael Gorse <mgorse@suse.com> - Explicitly define PYTHON3_EXECUTABLE, since python 3.11 is being pulled in by cmake in SLE-15-SP6. * Mon Mar 04 2024 Aaron Puchert <aaronpuchert@alice-dsl.net> - Fix PowerPC triples: use powerpc[64[le]] instead of ppc[64[le]]. - Require 8 GB memory for 64-bit architectures to prevent OOM. - Use %patch -P N instead of deprecated %patchN. * Thu Jan 11 2024 Fabian Vogt <fvogt@suse.com> - Use %_target_* for determining the compiler host triple (boo#1218701) * Thu Nov 30 2023 Aaron Puchert <aaronpuchert@alice-dsl.net> - Update to version 17.0.6. * This release contains bug-fixes for the LLVM 17.0.0 release. This release is API and ABI compatible with 17.0.0. - Rebase patches: * llvm-do-not-install-static-libraries.patch * llvm-normally-versioned-libllvm.patch - Use major version only instead of full (patch-level) version for versioned executables: we don't support parallel installation of multiple versions of the same LLVM major version. (boo#1217450) Also drop the clang-X.Y symlink that was introduced for boo#1012260, because Y is always 0. - Manage clang-cpp with update-alternatives like other binaries. * Sat Nov 18 2023 Aaron Puchert <aaronpuchert@alice-dsl.net> - Update to version 17.0.5. * This release contains bug-fixes for the LLVM 17.0.0 release. This release is API and ABI compatible with 17.0.0. - Rebase llvm-do-not-install-static-libraries.patch. - Also test clang-tools-extra (at least most parts) and lld. - Adapt test in lld-default-sha1.patch. - Don't disable testing if qemu_user_space_build has been set to 0. * Sun Nov 05 2023 Aaron Puchert <aaronpuchert@alice-dsl.net> - Update to version 17.0.4. * This release contains bug-fixes for the LLVM 17.0.0 release. This release is API and ABI compatible with 17.0.0. - Rebase llvm-do-not-install-static-libraries.patch. - Include libomptarget.devicertl.a in libomp*-devel, which is required for (GPU) offloading. * Thu Oct 19 2023 Aaron Puchert <aaronpuchert@alice-dsl.net> - Update to version 17.0.3. * This release contains bug-fixes for the LLVM 17.0.0 release. This release is API and ABI compatible with 17.0.0. - Rebase llvm-do-not-install-static-libraries.patch. - Disable zstd support for now regardless of whether libzstd-devel is installed. (boo#1216121) - Limit number of LTO threads on 32-bit architectures to prevent out-of-memory during linking. * Sat Oct 07 2023 Aaron Puchert <aaronpuchert@alice-dsl.net> - Update to version 17.0.2. * This release contains bug-fixes for the LLVM 17.0.0 release. This release is API and ABI compatible with 17.0.0. - Rebase llvm-do-not-install-static-libraries.patch. * Tue Sep 19 2023 Aaron Puchert <aaronpuchert@alice-dsl.net> - Update to version 17.0.1. * For details, see the release notes: - https://releases.llvm.org/17.0.1/docs/ReleaseNotes.html - https://releases.llvm.org/17.0.1/tools/clang/docs/ReleaseNotes.html - https://releases.llvm.org/17.0.1/tools/clang/tools/extra/docs/ReleaseNotes.html - https://releases.llvm.org/17.0.1/projects/libcxx/docs/ReleaseNotes.html - https://releases.llvm.org/17.0.1/tools/lld/docs/ReleaseNotes.html - Rebase patches: * libcxx-test-library-path.patch * llvm_build_tablegen_component_as_shared_library.patch * llvm-do-not-install-static-libraries.patch * llvm-normally-versioned-libllvm.patch * llvm-remove-clang-only-flags.patch * opt-viewer-Find-style-css-in-usr-share.patch - Simplify check-no-llvm-exegesis.patch by removing test directory. - Drop patches that have landed upstream: * openmp-drop-rpath.patch - Add openmp-dont-run-gpu-arch.patch: the binaries are not available in our build, and neither are the toolchains they test for (NV CUDA and AMD HSA). * Thu Jun 15 2023 Aaron Puchert <aaronpuchert@alice-dsl.net> - Update to version 16.0.6. * This release contains bug-fixes for the LLVM 16.0.0 release. This release is API and ABI compatible with 16.0.0. - Rebase llvm-do-not-install-static-libraries.patch. - Make python3-clang noarch again and fix conflicts/provides to point to %python3_sitelib instead of %python3_sitearch. * Sat Jun 03 2023 Aaron Puchert <aaronpuchert@alice-dsl.net> - Update to version 16.0.5. * This release contains bug-fixes for the LLVM 16.0.0 release. This release is API and ABI compatible with 16.0.0. - Rebase patches: * llvm-do-not-install-static-libraries.patch * llvm-remove-clang-only-flags.patch - Enable ThinLTO on riscv64. * Wed May 17 2023 Aaron Puchert <aaronpuchert@alice-dsl.net> - Update to version 16.0.4. * This release contains bug-fixes for the LLVM 16.0.0 release. This release is API and ABI compatible with 16.0.0. - Rebase patches: * llvm-do-not-install-static-libraries.patch * llvm-remove-clang-only-flags.patch * Sun May 07 2023 Aaron Puchert <aaronpuchert@alice-dsl.net> - Update to version 16.0.3. * This release contains bug-fixes for the LLVM 16.0.0 release. This release is API and ABI compatible with 16.0.0. - Rebase llvm-do-not-install-static-libraries.patch. * Fri Apr 21 2023 Aaron Puchert <aaronpuchert@alice-dsl.net> - Update to version 16.0.2. * This release contains bug-fixes for the LLVM 16.0.0 release. This release is API and ABI compatible with 16.0.0. - Rebase check-no-llvm-exegesis.patch. - Rebase llvm-do-not-install-static-libraries.patch. * Tue Apr 18 2023 Aaron Puchert <aaronpuchert@alice-dsl.net> - Relax requirements for clang-tools to allow installation of older versions of libclang13 with the -devel package. (boo#1210176) - Enable ThinLTO for ARM 6/7/8 again. (boo#1178070) * Thu Apr 13 2023 William Brown <william.brown@suse.com> - bsc#1210383 - Add aarch64 to lldb platforms * Thu Apr 06 2023 Aaron Puchert <aaronpuchert@alice-dsl.net> - Update to version 16.0.1. * This release contains bug-fixes for the LLVM 16.0.0 release. This release is API and ABI compatible with 16.0.0. - Rebase llvm-do-not-install-static-libraries.patch. * Sat Mar 18 2023 Aaron Puchert <aaronpuchert@alice-dsl.net> - Update to version 16.0.0. * For details, see the release notes: - https://releases.llvm.org/16.0.0/docs/ReleaseNotes.html - https://releases.llvm.org/16.0.0/tools/clang/docs/ReleaseNotes.html - https://releases.llvm.org/16.0.0/tools/clang/tools/extra/docs/ReleaseNotes.html - https://releases.llvm.org/16.0.0/projects/libcxx/docs/ReleaseNotes.html - https://releases.llvm.org/16.0.0/tools/lld/docs/ReleaseNotes.html * New LLVM tools: - llvm-debuginfo-analyzer: Print a logical representation of low-level debug information. - llvm-remarkutil: Remark file utilities. * The test tool split-file is no longer installed. * New Clang tools: - amdgpu-arch and nvptx-arch: Tools used to detect locally available GPUs by the Clang OpenMP driver. - clang-include-cleaner: Standalone tool to determine which headers are used, using existing functionality in clangd. - clang-tblgen: Table Generation for Clang. * Removed Clang tools: clang-{nvlink,offload}-wrapper. - Rebase patches: * assume-opensuse.patch * check-no-llvm-exegesis.patch * link-clang-shared.patch * llvm_build_tablegen_component_as_shared_library.patch * llvm-do-not-install-static-libraries.patch * llvm-suse-implicit-gnu.patch * llvm-workaround-superfluous-branches.patch * openmp-drop-rpath.patch - Drop patches that have landed upstream: * clang-test-xfail-gnuless-triple.patch * CMake-Look-up-target-subcomponents-in-LLVM_AVAILABLE_LIBS.patch * libcxxabi-fix-armv7-test.patch * llvm-armv7-fix-vector-compare-with-zero-lowering.patch * llvm-link-atomic.patch - Remove llvm-better-detect-64bit-atomics-support.patch that should not be required anymore. - Add PGP signatures and keyring for source verification. * Sat Mar 11 2023 Aaron Puchert <aaronpuchert@alice-dsl.net> - Add llvm-suse-implicit-gnu.patch to recognize <arch>-suse-linux as implicitly GNU. Without this we would get library calls for fused-multiply-add even if it's available in hardware. - Add openmp-drop-rpath.patch: backport revert of adding RUNPATH to openmp executables. (boo#1206837) * Thu Mar 09 2023 Dirk Müller <dmueller@suse.com> - update constraints to exclude workers with very slow CPU * Sat Jan 14 2023 Aaron Puchert <aaronpuchert@alice-dsl.net> - Update to version 15.0.7. * This release contains bug-fixes for the LLVM 15.0.0 release. This release is API and ABI compatible with 15.0.0. - Rebase llvm-do-not-install-static-libraries.patch. - Build stage 2 with -fno-plt on x86_64: since building with - Wl,-z,now the PLT stubs are basically dead code, so eliminating the indirection reduces the number of branches and improves code locality for the quite frequent cross-DSO calls. - Add llvm-workaround-superfluous-branches.patch: hints LLVM to eliminate branches until gh#llvm/llvm-project#28804 is solved. * Sun Dec 04 2022 Aaron Puchert <aaronpuchert@alice-dsl.net> - Update to version 15.0.6. * This release contains bug-fixes for the LLVM 15.0.0 release. This release is API and ABI compatible with 15.0.0. - Rebase llvm-do-not-install-static-libraries.patch. * Wed Nov 16 2022 Aaron Puchert <aaronpuchert@alice-dsl.net> - Update to version 15.0.5. * This release contains bug-fixes for the LLVM 15.0.0 release. This release is API and ABI compatible with 15.0.0. - Remove obsolete lldb-swig-4.1.0-build-fix.patch. - Rebase llvm-do-not-install-static-libraries.patch. * Sun Nov 06 2022 Aaron Puchert <aaronpuchert@alice-dsl.net> - Update to version 15.0.4. * This release contains bug-fixes for the LLVM 15.0.0 release. This release is API and ABI compatible with 15.0.0. - Rebase llvm-do-not-install-static-libraries.patch. * Thu Oct 27 2022 Aaron Puchert <aaronpuchert@alice-dsl.net> - Update to version 15.0.3. * This release contains bug-fixes for the LLVM 15.0.0 release. This release is API and ABI compatible with 15.0.0. - Add llvm-armv7-fix-vector-compare-with-zero-lowering.patch: Fix lowering of non-canonical vector comparison with zero on armv7, preventing a crash (boo#1204267, gh#llvm/llvm-project#58514). - Add lldb-swig-4.1.0-build-fix.patch: Fix build with Swig 4.1.0. - Rebase llvm-do-not-install-static-libraries.patch. * Tue Oct 04 2022 Aaron Puchert <aaronpuchert@alice-dsl.net> - Update to version 15.0.2. * This release contains bug-fixes for the LLVM 15.0.0 release. This release is API and ABI compatible with 15.0.0. - Rebase llvm-do-not-install-static-libraries.patch. * Thu Sep 22 2022 Aaron Puchert <aaronpuchert@alice-dsl.net> - Update to version 15.0.1. * This release contains bug-fixes for the LLVM 15.0.0 release. This release is API and ABI compatible with 15.0.0. - Rebase llvm-do-not-install-static-libraries.patch. * Wed Sep 21 2022 Aaron Puchert <aaronpuchert@alice-dsl.net> - Always drop -gnu from triple for consistency. Patch a test that was looking for -linux- in clang-test-xfail-gnuless-triple.patch. * Mon Sep 12 2022 Andreas Schwab <schwab@suse.de> - Use correct LLVM_HOST_TRIPLE for riscv64 * Tue Sep 06 2022 Aaron Puchert <aaronpuchert@alice-dsl.net> - Update to version 15.0.0. * For details, see the release notes: - https://releases.llvm.org/15.0.0/docs/ReleaseNotes.html - https://releases.llvm.org/15.0.0/tools/clang/docs/ReleaseNotes.html - https://releases.llvm.org/15.0.0/tools/clang/tools/extra/docs/ReleaseNotes.html - https://releases.llvm.org/15.0.0/projects/libcxx/docs/ReleaseNotes.html - https://releases.llvm.org/15.0.0/tools/lld/docs/ReleaseNotes.html * New LLVM tools: - llvm-debuginfod: Provides debug info to remote hosts. - llvm-dwarfutil: Can copy and manipulate debug info. - llvm-remark-size-diff: Compute diff between remark files. * New Clang tools: - clang-offload-packager: Bundle multiple objects into single fat binaries including offload code. - clang-pseudo: Approximate heuristic parser for C++. - Rebase patches: * check-no-llvm-exegesis.patch * link-clang-tools-extra-shared.patch * lld-default-sha1.patch * llvm-do-not-install-static-libraries.patch * lto-disable-cache.patch - Drop patches that have landed upstream: * clang-repl-private-deps.patch * llvm-glibc-2-36.patch * llvm-scev-fix-isImpliedViaMerge.patch - Drop llvm-lifetime-for-rust.patch: this is now solved via attributes and LLVM doesn't need a hardcoded list of allocation functions anymore. - Add llvm-link-atomic.patch to fix build on ppc. - Add libcxx-test-library-path.patch to fix libc++ tests failing without RUNPATH on libc++.so. - Add libcxxabi-fix-armv7-test.patch to fix tests on armv7l. - Thanks to Andreas Schwab for most of the rebasing! * Sat Sep 03 2022 Aaron Puchert <aaronpuchert@alice-dsl.net> - Make sure we keep -DNDEBUG. At some point %{optflags} must have lost it, perhaps because CMake usually adds it on top. So when overriding CMAKE_{C,CXX}_FLAGS_RELWITHDEBINFO, we make sure to take over the other flags. We drop LLVM_ENABLE_ASSERTIONS=OFF, because that's the default anyway and hasn't helped here. - Add llvm-scev-fix-isImpliedViaMerge.patch: fixes a miscompilation caused by mixing up values of the current and previous iteration. (See gh#llvm/llvm-project#56242.) * Fri Aug 26 2022 Aaron Puchert <aaronpuchert@alice-dsl.net> - Add llvm-lifetime-for-rust.patch to have Rust memory management functions considered as lifetime markers. This should aid dead store elimination to dynamically allocated memory in Rust code. * Tue Aug 23 2022 Aaron Puchert <aaronpuchert@alice-dsl.net> - Don't declare python3-clang as noarch: Python packages are installed into %{_libdir}. * Sat Aug 13 2022 Aaron Puchert <aaronpuchert@alice-dsl.net> - Use black RPM macro magic to deduplicate binary lists. This should have no effect on the generated RPM but shaves ~400 lines off the specfile and hopefully makes future maintenance easier. * Wed Aug 10 2022 Aaron Puchert <aaronpuchert@alice-dsl.net> - Add WebAssembly support for all architectures. * Tue Aug 09 2022 Martin Liška <mliska@suse.cz> - Add llvm-glibc-2-36.patch in order to address boo#1202215. * Mon Jul 04 2022 Aaron Puchert <aaronpuchert@alice-dsl.net> - Update to version 14.0.6. * This release contains bug-fixes for the LLVM 14.0.0 release. This release is API and ABI compatible with 14.0.0. - Rebase llvm-do-not-install-static-libraries.patch. * Thu Jun 16 2022 Aaron Puchert <aaronpuchert@alice-dsl.net> - Update to version 14.0.5. * This release contains bug-fixes for the LLVM 14.0.0 release. This release is API and ABI compatible with 14.0.0. - Rebase llvm-do-not-install-static-libraries.patch. * Sat May 28 2022 Aaron Puchert <aaronpuchert@alice-dsl.net> - Update to version 14.0.4. * This release contains bug-fixes for the LLVM 14.0.0 release. This release is API and ABI compatible with 14.0.0. - Don't use gold for linking anymore: on s390x we use ld.bfd with LLVMgold.so, on ppc64 we disable ThinLTO for now. - Using ld.bfd on s390x exposed an issue with the existing llvm_build_tablegen_component_as_shared_library.patch: linking llvm-tblgen with libLLVM.so means we also have to link libraries used for that (like LLVMTableGenGlobalISel) with libLLVM.so. - Rewrite summary and description for llvm-gold to point out that it can also be used with ld.bfd, recommend with binutils. - Prefer RPM macros over shell scripting, so that we can better inspect the build script with substitutions in place. - More memory for stage 1 build jobs due to recent OOMs. - Add %_libclang_sonum RPM macro to llvm-devel, since that might now diverge from %_llvm_sonum. - Rebase llvm-do-not-install-static-libraries.patch. * Sat Apr 30 2022 Aaron Puchert <aaronpuchert@alice-dsl.net> - Update to version 14.0.3. * This release contains bug-fixes for the LLVM 14.0.0 release. This release is API and ABI compatible with 14.0.0. - Rebase llvm-do-not-install-static-libraries.patch. - Use ThinLTO with lld on i586. * Sun Apr 24 2022 Aaron Puchert <aaronpuchert@alice-dsl.net> - Update to version 14.0.1. * This release contains bug-fixes for the LLVM 14.0.0 release. This release is API and ABI compatible with 14.0.0. - Rebase llvm-do-not-install-static-libraries.patch. - Drop obsolete patches: * PPCISelLowering-Avoid-emitting-calls-to-__multi3.patch - Don't override default linker flags. (We were losing -Wl,-z,now.) * Sun Apr 03 2022 Aaron Puchert <aaronpuchert@alice-dsl.net> - Update to version 14.0.0. * For details, see the release notes: - https://releases.llvm.org/14.0.0/docs/ReleaseNotes.html - https://releases.llvm.org/14.0.0/tools/clang/docs/ReleaseNotes.html - https://releases.llvm.org/14.0.0/tools/clang/tools/extra/docs/ReleaseNotes.html - https://releases.llvm.org/14.0.0/projects/libcxx/docs/ReleaseNotes.html - https://releases.llvm.org/14.0.0/tools/lld/docs/ReleaseNotes.html * New LLVM tools: - llvm-debuginfod-find: Tool to fetch debuginfod artifacts. - llvm-tli-checker: LLVM TargetLibraryInfo versus SDK checker. * New Clang tools: - clang-linker-wrapper: A wrapper utility over the host linker. - clang-nvlink-wrapper: A wrapper tool over nvlink program. - Add clang-repl-private-deps.patch to make link dependencies of clang-repl private, otherwise CMake can't install. - Add PPCISelLowering-Avoid-emitting-calls-to-__multi3.patch to fix build on PowerPC (32-bit). - Drop llvm-exegesis-link-dylib.patch, instead we don't build llvm-exegesis anymore and add check-no-llvm-exegesis.patch to disable the corresponding tests. - Rebase patches: * lldb-cmake.patch * llvm-do-not-install-static-libraries.patch * llvm-normally-versioned-libllvm.patch - Drop patches that have landed upstream: * llvm-update-extract-section-script.patch * Sun Apr 03 2022 Aaron Puchert <aaronpuchert@alice-dsl.net> - Split up Clang libraries: libclang.so is no longer so-versioned alongside LLVM but will stay at libclang.so.13 for now. So we put it into a separate package from libclang-cpp.so. Since we can't have multiple LLVM versions generate the same package, we prefix it for the non-default LLVM with a mechanism inspired by the GCC packaging. - Patch exported clang/ClangTargets-relwithdebinfo.cmake to refer to libclang only by soname, because the installed library might be newer than the one originally build with the package. - Use the same mechanism to for libc++ and package Clang scripts only for the default version. This means we'll no longer have to touch the package when a new major version comes out. - Make sure we properly clean up the clang scripts if we're not packaging them. - Let python3-clang use libclang.so.XX, which means we can always build it and makes it depend on libclang instead of clang-devel. - Fix some rpmlint issues: we don't need explicit library dependencies that are detected automatically, and we add proper library dependencies to the *-devel packages. - Merge llvm-LTO-devel into llvm-devel. That's where the header files already are, and they are hard to separate. - Let llvm-polly-devel depend on llvm-devel. - Remove libLTO and *-devel packages from baselibs, they don't seem to be needed. We mostly need libLLVM and maybe libclang-cpp. - Consistently set host triple as *-suse-linux-gnu*. - Only suggest documentation packages. * Sun Mar 06 2022 Dirk Müller <dmueller@suse.com> - Fix armv6hl cpu architecture typo. * Sat Feb 19 2022 Aaron Puchert <aaronpuchert@alice-dsl.net> - Let clang-devel accept a newer version of clang-tools: we don't keep multiple versions of the latter. * Tue Feb 15 2022 Aaron Puchert <aaronpuchert@alice-dsl.net> - AND instead of OR in License tag after sr#954337. * Mon Feb 14 2022 Aaron Puchert <aaronpuchert@alice-dsl.net> - More conflicts for addition to Leap: clang-tools conflicts with llvm9 because that doesn't have the move of hmaptool yet, and llvm13-devel with llvm{5,7} as they used to have FileCheck.1.gz. * Tue Feb 08 2022 Aaron Puchert <aaronpuchert@alice-dsl.net> - Add SUSE_Backports_policy-SLE_conflict to rpmlintrc, we're deliberately conflicting with SLE here to offer a newer version than what SUSE wants to support. (https://code.opensuse.org/leap/features/issue/55) * Thu Feb 03 2022 Aaron Puchert <aaronpuchert@alice-dsl.net> - Update to version 13.0.1. * This release contains bug-fixes for the LLVM 13.0.0 release. This release is API and ABI compatible with 13.0.0. - Rebase llvm-do-not-install-static-libraries.patch. - Drop obsolete patches: * llvm-fix-building-with-GCC-12.patch - Drop RUNPATH from packaged binaries, instead set LD_LIBRARY_PATH for building and testing to simulate behavior of actual package. * Mon Jan 31 2022 Andreas Schwab <schwab@suse.de> - Update constraints for riscv64 * Thu Jan 20 2022 John Paul Adrian Glaubitz <adrian.glaubitz@suse.com> - Add support for experimental targets and enable the M68k backend - Add patch to fix testsuite after enabling the M68k backend + llvm-update-extract-section-script.patch * Sat Dec 18 2021 Aaron Puchert <aaronpuchert@alice-dsl.net> - BuildRequires: python-rpm-macros to fix Leap 15.3 build. - More memory for GCC compile jobs. * Fri Nov 12 2021 Alberto Planas Dominguez <aplanas@suse.com> - Add FileCheck into the devel package, as is required for testing Rust (boo#1192629) * Tue Nov 02 2021 Aaron Puchert <aaronpuchert@alice-dsl.net> - Let clang recommend gcc and glibc-devel as we need both for building executables. No hard requirement because Clang can be used as a frontend only. (boo#1191587) - Set minimal CMake version required. * Tue Nov 02 2021 Martin Liška <mliska@suse.cz> - Backport llvm-fix-building-with-GCC-12.patch in order to fix building with GCC 12. * Sat Oct 02 2021 Aaron Puchert <aaronpuchert@alice-dsl.net> - Update to version 13.0.0. * For details, see the release notes: - https://releases.llvm.org/13.0.0/docs/ReleaseNotes.html - https://releases.llvm.org/13.0.0/tools/clang/docs/ReleaseNotes.html - https://releases.llvm.org/13.0.0/tools/clang/tools/extra/docs/ReleaseNotes.html - https://releases.llvm.org/13.0.0/projects/libcxx/docs/ReleaseNotes.html - https://releases.llvm.org/13.0.0/tools/lld/docs/ReleaseNotes.html * New LLVM tools: - llvm-otool: Mach-O object file displaying tool. - llvm-sim: LLVM IR Similarity Visualizer. - llvm-tapi-diff: Diff tool for tbd files. - llvm-windres: Tool to manipulate Windows resources. * llvm-elfabi was removed. * New Clang tools: - clang-repl, an interactive interpreter for C/C++. - intercept-build, analyze-build: the former intercepts build commands to build a compilation database, the latter runs the static analyzer over all translation units. - scan-build-py: Python reimplementation of scan-build. - Rebase patches: * link-clang-shared.patch * llvm-do-not-install-static-libraries.patch * llvm-exegesis-link-dylib.patch - Drop patches that have landed upstream: * tablegen-test-link-static.patch - Run tests on more architectures, disable those that seem to hang. Don't run libcxx tests at all anymore because they take so long. - Relax constraints so that we can build on more machines. * Sat Sep 18 2021 Aaron Puchert <aaronpuchert@alice-dsl.net> - Set CMAKE_LINKER to workaround CMake wanting to use lld just because we're using clang as compiler. Fixes build on aarch64. (https://bugs.llvm.org/show_bug.cgi?id=51115) * Sat Jul 10 2021 Aaron Puchert <aaronpuchert@alice-dsl.net> - Update to version 12.0.1. * This release contains bug-fixes for the LLVM 12.0.0 release. This release is API and ABI compatible with 12.0.0. - Rebase llvm-do-not-install-static-libraries.patch. - Drop obsolete patches: * clangd-cmake-non-standard-layout.patch * compiler-rt-Remove-cyclades-inclusion-in-sanitizer.patch * lld-no-version-on-undefined-weak-lazy-symbols.patch * Fri Jul 02 2021 Aaron Puchert <aaronpuchert@alice-dsl.net> - Add compiler-rt-Remove-cyclades-inclusion-in-sanitizer.patch: Fix build with linux-glibc-devel 5.13. * Thu May 13 2021 Martin Liška <mliska@suse.cz> - Set memory limits for DWZ to 4x. * Fri Apr 16 2021 Aaron Puchert <aaronpuchert@alice-dsl.net> - Update to version 12.0.0. * For details, see the release notes: - https://releases.llvm.org/12.0.0/docs/ReleaseNotes.html - https://releases.llvm.org/12.0.0/tools/clang/docs/ReleaseNotes.html - https://releases.llvm.org/12.0.0/tools/clang/tools/extra/docs/ReleaseNotes.html - https://releases.llvm.org/12.0.0/projects/libcxx/docs/ReleaseNotes.html - https://releases.llvm.org/12.0.0/tools/lld/docs/ReleaseNotes.html - Rebase patches: * assume-opensuse.patch * lldb-cmake.patch * llvm-better-detect-64bit-atomics-support.patch * llvm-do-not-install-static-libraries.patch * llvm_build_tablegen_component_as_shared_library.patch - Drop patches that have landed upstream: * Fix-missing-include.patch - Always use ld.bfd for stage 1, use lld for stage 2 where we use ThinLTO and where it's supported, gold where lld doesn't work, and ld.bfd where we don't use ThinLTO. (boo#1181621) - Add lld-no-version-on-undefined-weak-lazy-symbols.patch to fix a bug in lld that made libLLVM.so contain a corrupt symbol version. - Add clangd-cmake-non-standard-layout.patch to fix build in our non-monorepo layout. * Sun Feb 14 2021 Aaron Puchert <aaronpuchert@alice-dsl.net> - Don't use gold and ThinLTO on ppc64le because of boo#1181621. - Fix-missing-include.patch: fix build with GCC 11. (boo#1181875) - CMake-Look-up-target-subcomponents-in-LLVM_AVAILABLE_LIBS.patch: Fix target component lookup. (boo#1180748) * Sat Jan 09 2021 Aaron Puchert <aaronpuchert@alice-dsl.net> - Update to version 11.0.1. * This release contains bug-fixes for the LLVM 11.0.0 release. This release is API and ABI compatible with 11.0.0. - Rebase llvm-do-not-install-static-libraries.patch. - Drop obsolete compiler-rt-dont-compile-assembly-files-as-c.patch. - Make documentation tarballs more reproducible. * Wed Jan 06 2021 Guillaume GARDET <guillaume.gardet@opensuse.org> - Increase required RAM for aarch64 * Fri Jan 01 2021 Callum Farmer <gmbr3@opensuse.org> - Move BFD plugins to %{_libdir}
/usr/include/clang /usr/include/clang-c /usr/include/clang-c/BuildSystem.h /usr/include/clang-c/CXCompilationDatabase.h /usr/include/clang-c/CXDiagnostic.h /usr/include/clang-c/CXErrorCode.h /usr/include/clang-c/CXFile.h /usr/include/clang-c/CXSourceLocation.h /usr/include/clang-c/CXString.h /usr/include/clang-c/Documentation.h /usr/include/clang-c/ExternC.h /usr/include/clang-c/FatalErrorHandler.h /usr/include/clang-c/Index.h /usr/include/clang-c/Platform.h /usr/include/clang-c/Rewrite.h /usr/include/clang/APINotes /usr/include/clang/APINotes/APINotesManager.h /usr/include/clang/APINotes/APINotesOptions.h /usr/include/clang/APINotes/APINotesReader.h /usr/include/clang/APINotes/APINotesWriter.h /usr/include/clang/APINotes/APINotesYAMLCompiler.h /usr/include/clang/APINotes/Types.h /usr/include/clang/ARCMigrate /usr/include/clang/ARCMigrate/ARCMT.h /usr/include/clang/ARCMigrate/ARCMTActions.h /usr/include/clang/ARCMigrate/FileRemapper.h /usr/include/clang/AST /usr/include/clang/AST/APNumericStorage.h /usr/include/clang/AST/APValue.h /usr/include/clang/AST/AST.h /usr/include/clang/AST/ASTConcept.h /usr/include/clang/AST/ASTConsumer.h /usr/include/clang/AST/ASTContext.h /usr/include/clang/AST/ASTContextAllocate.h /usr/include/clang/AST/ASTDiagnostic.h /usr/include/clang/AST/ASTDumper.h /usr/include/clang/AST/ASTDumperUtils.h /usr/include/clang/AST/ASTFwd.h /usr/include/clang/AST/ASTImportError.h /usr/include/clang/AST/ASTImporter.h /usr/include/clang/AST/ASTImporterLookupTable.h /usr/include/clang/AST/ASTImporterSharedState.h /usr/include/clang/AST/ASTLambda.h /usr/include/clang/AST/ASTMutationListener.h /usr/include/clang/AST/ASTNodeTraverser.h /usr/include/clang/AST/ASTStructuralEquivalence.h /usr/include/clang/AST/ASTTypeTraits.h /usr/include/clang/AST/ASTUnresolvedSet.h /usr/include/clang/AST/ASTVector.h /usr/include/clang/AST/AbstractBasicReader.h /usr/include/clang/AST/AbstractBasicReader.inc /usr/include/clang/AST/AbstractBasicWriter.h /usr/include/clang/AST/AbstractBasicWriter.inc /usr/include/clang/AST/AbstractTypeReader.h /usr/include/clang/AST/AbstractTypeReader.inc /usr/include/clang/AST/AbstractTypeWriter.h /usr/include/clang/AST/AbstractTypeWriter.inc /usr/include/clang/AST/Attr.h /usr/include/clang/AST/AttrImpl.inc /usr/include/clang/AST/AttrIterator.h /usr/include/clang/AST/AttrNodeTraverse.inc /usr/include/clang/AST/AttrTextNodeDump.inc /usr/include/clang/AST/AttrVisitor.h /usr/include/clang/AST/AttrVisitor.inc /usr/include/clang/AST/Attrs.inc /usr/include/clang/AST/Availability.h /usr/include/clang/AST/BaseSubobject.h /usr/include/clang/AST/BuiltinTypes.def /usr/include/clang/AST/CXXInheritance.h /usr/include/clang/AST/CXXRecordDeclDefinitionBits.def /usr/include/clang/AST/CanonicalType.h /usr/include/clang/AST/CharUnits.h /usr/include/clang/AST/Comment.h /usr/include/clang/AST/CommentBriefParser.h /usr/include/clang/AST/CommentCommandInfo.inc /usr/include/clang/AST/CommentCommandList.inc /usr/include/clang/AST/CommentCommandTraits.h /usr/include/clang/AST/CommentDiagnostic.h /usr/include/clang/AST/CommentHTMLNamedCharacterReferences.inc /usr/include/clang/AST/CommentHTMLTags.inc /usr/include/clang/AST/CommentHTMLTagsProperties.inc /usr/include/clang/AST/CommentLexer.h /usr/include/clang/AST/CommentNodes.inc /usr/include/clang/AST/CommentParser.h /usr/include/clang/AST/CommentSema.h /usr/include/clang/AST/CommentVisitor.h /usr/include/clang/AST/ComparisonCategories.h /usr/include/clang/AST/ComputeDependence.h /usr/include/clang/AST/CurrentSourceLocExprScope.h /usr/include/clang/AST/DataCollection.h /usr/include/clang/AST/Decl.h /usr/include/clang/AST/DeclAccessPair.h /usr/include/clang/AST/DeclBase.h /usr/include/clang/AST/DeclCXX.h /usr/include/clang/AST/DeclContextInternals.h /usr/include/clang/AST/DeclFriend.h /usr/include/clang/AST/DeclGroup.h /usr/include/clang/AST/DeclLookups.h /usr/include/clang/AST/DeclNodes.inc /usr/include/clang/AST/DeclObjC.h /usr/include/clang/AST/DeclObjCCommon.h /usr/include/clang/AST/DeclOpenMP.h /usr/include/clang/AST/DeclTemplate.h /usr/include/clang/AST/DeclVisitor.h /usr/include/clang/AST/DeclarationName.h /usr/include/clang/AST/DependenceFlags.h /usr/include/clang/AST/DependentDiagnostic.h /usr/include/clang/AST/EvaluatedExprVisitor.h /usr/include/clang/AST/Expr.h /usr/include/clang/AST/ExprCXX.h /usr/include/clang/AST/ExprConcepts.h /usr/include/clang/AST/ExprObjC.h /usr/include/clang/AST/ExprOpenMP.h /usr/include/clang/AST/ExternalASTMerger.h /usr/include/clang/AST/ExternalASTSource.h /usr/include/clang/AST/FormatString.h /usr/include/clang/AST/GlobalDecl.h /usr/include/clang/AST/IgnoreExpr.h /usr/include/clang/AST/JSONNodeDumper.h /usr/include/clang/AST/LambdaCapture.h /usr/include/clang/AST/LexicallyOrderedRecursiveASTVisitor.h /usr/include/clang/AST/LocInfoType.h /usr/include/clang/AST/Mangle.h /usr/include/clang/AST/MangleNumberingContext.h /usr/include/clang/AST/NSAPI.h /usr/include/clang/AST/NestedNameSpecifier.h /usr/include/clang/AST/NonTrivialTypeVisitor.h /usr/include/clang/AST/ODRDiagsEmitter.h /usr/include/clang/AST/ODRHash.h /usr/include/clang/AST/OSLog.h /usr/include/clang/AST/OpenMPClause.h /usr/include/clang/AST/OperationKinds.def /usr/include/clang/AST/OperationKinds.h /usr/include/clang/AST/OptionalDiagnostic.h /usr/include/clang/AST/ParentMap.h /usr/include/clang/AST/ParentMapContext.h /usr/include/clang/AST/PrettyDeclStackTrace.h /usr/include/clang/AST/PrettyPrinter.h /usr/include/clang/AST/QualTypeNames.h /usr/include/clang/AST/Randstruct.h /usr/include/clang/AST/RawCommentList.h /usr/include/clang/AST/RecordLayout.h /usr/include/clang/AST/RecursiveASTVisitor.h /usr/include/clang/AST/Redeclarable.h /usr/include/clang/AST/SelectorLocationsKind.h /usr/include/clang/AST/Stmt.h /usr/include/clang/AST/StmtCXX.h /usr/include/clang/AST/StmtDataCollectors.inc /usr/include/clang/AST/StmtGraphTraits.h /usr/include/clang/AST/StmtIterator.h /usr/include/clang/AST/StmtNodes.inc /usr/include/clang/AST/StmtObjC.h /usr/include/clang/AST/StmtOpenMP.h /usr/include/clang/AST/StmtVisitor.h /usr/include/clang/AST/TemplateArgumentVisitor.h /usr/include/clang/AST/TemplateBase.h /usr/include/clang/AST/TemplateName.h /usr/include/clang/AST/TextNodeDumper.h /usr/include/clang/AST/Type.h /usr/include/clang/AST/TypeLoc.h /usr/include/clang/AST/TypeLocNodes.def /usr/include/clang/AST/TypeLocVisitor.h /usr/include/clang/AST/TypeNodes.inc /usr/include/clang/AST/TypeOrdering.h /usr/include/clang/AST/TypeVisitor.h /usr/include/clang/AST/UnresolvedSet.h /usr/include/clang/AST/VTTBuilder.h /usr/include/clang/AST/VTableBuilder.h /usr/include/clang/ASTMatchers /usr/include/clang/ASTMatchers/ASTMatchFinder.h /usr/include/clang/ASTMatchers/ASTMatchers.h /usr/include/clang/ASTMatchers/ASTMatchersInternal.h /usr/include/clang/ASTMatchers/ASTMatchersMacros.h /usr/include/clang/ASTMatchers/Dynamic /usr/include/clang/ASTMatchers/Dynamic/Diagnostics.h /usr/include/clang/ASTMatchers/Dynamic/Parser.h /usr/include/clang/ASTMatchers/Dynamic/Registry.h /usr/include/clang/ASTMatchers/Dynamic/VariantValue.h /usr/include/clang/ASTMatchers/GtestMatchers.h /usr/include/clang/Analysis /usr/include/clang/Analysis/Analyses /usr/include/clang/Analysis/Analyses/CFGReachabilityAnalysis.h /usr/include/clang/Analysis/Analyses/CalledOnceCheck.h /usr/include/clang/Analysis/Analyses/Consumed.h /usr/include/clang/Analysis/Analyses/Dominators.h /usr/include/clang/Analysis/Analyses/ExprMutationAnalyzer.h /usr/include/clang/Analysis/Analyses/IntervalPartition.h /usr/include/clang/Analysis/Analyses/LiveVariables.h /usr/include/clang/Analysis/Analyses/PostOrderCFGView.h /usr/include/clang/Analysis/Analyses/ReachableCode.h /usr/include/clang/Analysis/Analyses/ThreadSafety.h /usr/include/clang/Analysis/Analyses/ThreadSafetyCommon.h /usr/include/clang/Analysis/Analyses/ThreadSafetyLogical.h /usr/include/clang/Analysis/Analyses/ThreadSafetyOps.def /usr/include/clang/Analysis/Analyses/ThreadSafetyTIL.h /usr/include/clang/Analysis/Analyses/ThreadSafetyTraverse.h /usr/include/clang/Analysis/Analyses/ThreadSafetyUtil.h /usr/include/clang/Analysis/Analyses/UninitializedValues.h /usr/include/clang/Analysis/Analyses/UnsafeBufferUsage.h /usr/include/clang/Analysis/Analyses/UnsafeBufferUsageGadgets.def /usr/include/clang/Analysis/AnalysisDeclContext.h /usr/include/clang/Analysis/AnyCall.h /usr/include/clang/Analysis/BodyFarm.h /usr/include/clang/Analysis/CFG.h /usr/include/clang/Analysis/CFGStmtMap.h /usr/include/clang/Analysis/CallGraph.h /usr/include/clang/Analysis/CloneDetection.h /usr/include/clang/Analysis/CodeInjector.h /usr/include/clang/Analysis/ConstructionContext.h /usr/include/clang/Analysis/DomainSpecific /usr/include/clang/Analysis/DomainSpecific/CocoaConventions.h /usr/include/clang/Analysis/DomainSpecific/ObjCNoReturn.h /usr/include/clang/Analysis/FlowSensitive /usr/include/clang/Analysis/FlowSensitive/Arena.h /usr/include/clang/Analysis/FlowSensitive/CFGMatchSwitch.h /usr/include/clang/Analysis/FlowSensitive/ControlFlowContext.h /usr/include/clang/Analysis/FlowSensitive/DataflowAnalysis.h /usr/include/clang/Analysis/FlowSensitive/DataflowAnalysisContext.h /usr/include/clang/Analysis/FlowSensitive/DataflowEnvironment.h /usr/include/clang/Analysis/FlowSensitive/DataflowLattice.h /usr/include/clang/Analysis/FlowSensitive/DataflowValues.h /usr/include/clang/Analysis/FlowSensitive/DataflowWorklist.h /usr/include/clang/Analysis/FlowSensitive/DebugSupport.h /usr/include/clang/Analysis/FlowSensitive/Formula.h /usr/include/clang/Analysis/FlowSensitive/Logger.h /usr/include/clang/Analysis/FlowSensitive/MapLattice.h /usr/include/clang/Analysis/FlowSensitive/MatchSwitch.h /usr/include/clang/Analysis/FlowSensitive/Models /usr/include/clang/Analysis/FlowSensitive/Models/ChromiumCheckModel.h /usr/include/clang/Analysis/FlowSensitive/Models/UncheckedOptionalAccessModel.h /usr/include/clang/Analysis/FlowSensitive/NoopAnalysis.h /usr/include/clang/Analysis/FlowSensitive/NoopLattice.h /usr/include/clang/Analysis/FlowSensitive/RecordOps.h /usr/include/clang/Analysis/FlowSensitive/SimplifyConstraints.h /usr/include/clang/Analysis/FlowSensitive/Solver.h /usr/include/clang/Analysis/FlowSensitive/StorageLocation.h /usr/include/clang/Analysis/FlowSensitive/Transfer.h /usr/include/clang/Analysis/FlowSensitive/TypeErasedDataflowAnalysis.h /usr/include/clang/Analysis/FlowSensitive/Value.h /usr/include/clang/Analysis/FlowSensitive/WatchedLiteralsSolver.h /usr/include/clang/Analysis/IssueHash.h /usr/include/clang/Analysis/MacroExpansionContext.h /usr/include/clang/Analysis/PathDiagnostic.h /usr/include/clang/Analysis/ProgramPoint.h /usr/include/clang/Analysis/RetainSummaryManager.h /usr/include/clang/Analysis/SelectorExtras.h /usr/include/clang/Analysis/Support /usr/include/clang/Analysis/Support/BumpVector.h /usr/include/clang/Basic /usr/include/clang/Basic/AArch64SVEACLETypes.def /usr/include/clang/Basic/ABI.h /usr/include/clang/Basic/AddressSpaces.h /usr/include/clang/Basic/AlignedAllocation.h /usr/include/clang/Basic/AllDiagnostics.h /usr/include/clang/Basic/AttrHasAttributeImpl.inc /usr/include/clang/Basic/AttrKinds.h /usr/include/clang/Basic/AttrLeftSideCanPrintList.inc /usr/include/clang/Basic/AttrLeftSideMustPrintList.inc /usr/include/clang/Basic/AttrList.inc /usr/include/clang/Basic/AttrSubMatchRulesList.inc /usr/include/clang/Basic/AttrSubjectMatchRules.h /usr/include/clang/Basic/AttributeCommonInfo.h /usr/include/clang/Basic/Attributes.h /usr/include/clang/Basic/BitmaskEnum.h /usr/include/clang/Basic/BuiltinHeaders.def /usr/include/clang/Basic/Builtins.def /usr/include/clang/Basic/Builtins.h /usr/include/clang/Basic/BuiltinsAArch64.def /usr/include/clang/Basic/BuiltinsAArch64NeonSVEBridge.def /usr/include/clang/Basic/BuiltinsAArch64NeonSVEBridge_cg.def /usr/include/clang/Basic/BuiltinsAMDGPU.def /usr/include/clang/Basic/BuiltinsARM.def /usr/include/clang/Basic/BuiltinsBPF.def /usr/include/clang/Basic/BuiltinsHexagon.def /usr/include/clang/Basic/BuiltinsHexagonDep.def /usr/include/clang/Basic/BuiltinsHexagonMapCustomDep.def /usr/include/clang/Basic/BuiltinsLoongArch.def /usr/include/clang/Basic/BuiltinsLoongArchBase.def /usr/include/clang/Basic/BuiltinsLoongArchLASX.def /usr/include/clang/Basic/BuiltinsLoongArchLSX.def /usr/include/clang/Basic/BuiltinsMips.def /usr/include/clang/Basic/BuiltinsNEON.def /usr/include/clang/Basic/BuiltinsNVPTX.def /usr/include/clang/Basic/BuiltinsPPC.def /usr/include/clang/Basic/BuiltinsRISCV.def /usr/include/clang/Basic/BuiltinsRISCVVector.def /usr/include/clang/Basic/BuiltinsSME.def /usr/include/clang/Basic/BuiltinsSVE.def /usr/include/clang/Basic/BuiltinsSystemZ.def /usr/include/clang/Basic/BuiltinsVE.def /usr/include/clang/Basic/BuiltinsVEVL.gen.def /usr/include/clang/Basic/BuiltinsWebAssembly.def /usr/include/clang/Basic/BuiltinsX86.def /usr/include/clang/Basic/BuiltinsX86_64.def /usr/include/clang/Basic/BuiltinsXCore.def /usr/include/clang/Basic/CLWarnings.h /usr/include/clang/Basic/CapturedStmt.h /usr/include/clang/Basic/CharInfo.h /usr/include/clang/Basic/CodeGenOptions.def /usr/include/clang/Basic/CodeGenOptions.h /usr/include/clang/Basic/CommentOptions.h /usr/include/clang/Basic/Cuda.h /usr/include/clang/Basic/CustomizableOptional.h /usr/include/clang/Basic/DarwinSDKInfo.h /usr/include/clang/Basic/DebugOptions.def /usr/include/clang/Basic/Diagnostic.h /usr/include/clang/Basic/DiagnosticAST.h /usr/include/clang/Basic/DiagnosticASTKinds.inc /usr/include/clang/Basic/DiagnosticAnalysis.h /usr/include/clang/Basic/DiagnosticAnalysisKinds.inc /usr/include/clang/Basic/DiagnosticCategories.h /usr/include/clang/Basic/DiagnosticComment.h /usr/include/clang/Basic/DiagnosticCommentKinds.inc /usr/include/clang/Basic/DiagnosticCommonKinds.inc /usr/include/clang/Basic/DiagnosticCrossTU.h /usr/include/clang/Basic/DiagnosticCrossTUKinds.inc /usr/include/clang/Basic/DiagnosticDriver.h /usr/include/clang/Basic/DiagnosticDriverKinds.inc /usr/include/clang/Basic/DiagnosticError.h /usr/include/clang/Basic/DiagnosticFrontend.h /usr/include/clang/Basic/DiagnosticFrontendKinds.inc /usr/include/clang/Basic/DiagnosticGroups.inc /usr/include/clang/Basic/DiagnosticIDs.h /usr/include/clang/Basic/DiagnosticIndexName.inc /usr/include/clang/Basic/DiagnosticLex.h /usr/include/clang/Basic/DiagnosticLexKinds.inc /usr/include/clang/Basic/DiagnosticOptions.def /usr/include/clang/Basic/DiagnosticOptions.h /usr/include/clang/Basic/DiagnosticParse.h /usr/include/clang/Basic/DiagnosticParseKinds.inc /usr/include/clang/Basic/DiagnosticRefactoring.h /usr/include/clang/Basic/DiagnosticRefactoringKinds.inc /usr/include/clang/Basic/DiagnosticSema.h /usr/include/clang/Basic/DiagnosticSemaKinds.inc /usr/include/clang/Basic/DiagnosticSerialization.h /usr/include/clang/Basic/DiagnosticSerializationKinds.inc /usr/include/clang/Basic/DirectoryEntry.h /usr/include/clang/Basic/ExceptionSpecificationType.h /usr/include/clang/Basic/ExpressionTraits.h /usr/include/clang/Basic/FPOptions.def /usr/include/clang/Basic/Features.def /usr/include/clang/Basic/FileEntry.h /usr/include/clang/Basic/FileManager.h /usr/include/clang/Basic/FileSystemOptions.h /usr/include/clang/Basic/FileSystemStatCache.h /usr/include/clang/Basic/HLSLRuntime.h /usr/include/clang/Basic/HeaderInclude.h /usr/include/clang/Basic/IdentifierTable.h /usr/include/clang/Basic/JsonSupport.h /usr/include/clang/Basic/LLVM.h /usr/include/clang/Basic/Lambda.h /usr/include/clang/Basic/LangOptions.def /usr/include/clang/Basic/LangOptions.h /usr/include/clang/Basic/LangStandard.h /usr/include/clang/Basic/LangStandards.def /usr/include/clang/Basic/Linkage.h /usr/include/clang/Basic/MSP430Target.def /usr/include/clang/Basic/MacroBuilder.h /usr/include/clang/Basic/MakeSupport.h /usr/include/clang/Basic/Module.h /usr/include/clang/Basic/NoSanitizeList.h /usr/include/clang/Basic/ObjCRuntime.h /usr/include/clang/Basic/OpenACCKinds.h /usr/include/clang/Basic/OpenCLExtensionTypes.def /usr/include/clang/Basic/OpenCLExtensions.def /usr/include/clang/Basic/OpenCLImageTypes.def /usr/include/clang/Basic/OpenCLOptions.h /usr/include/clang/Basic/OpenMPKinds.def /usr/include/clang/Basic/OpenMPKinds.h /usr/include/clang/Basic/OperatorKinds.def /usr/include/clang/Basic/OperatorKinds.h /usr/include/clang/Basic/OperatorPrecedence.h /usr/include/clang/Basic/PPCTypes.def /usr/include/clang/Basic/ParsedAttrInfo.h /usr/include/clang/Basic/PartialDiagnostic.h /usr/include/clang/Basic/PlistSupport.h /usr/include/clang/Basic/PragmaKinds.h /usr/include/clang/Basic/PrettyStackTrace.h /usr/include/clang/Basic/ProfileList.h /usr/include/clang/Basic/RISCVVTypes.def /usr/include/clang/Basic/RegularKeywordAttrInfo.inc /usr/include/clang/Basic/SanitizerSpecialCaseList.h /usr/include/clang/Basic/Sanitizers.def /usr/include/clang/Basic/Sanitizers.h /usr/include/clang/Basic/Sarif.h /usr/include/clang/Basic/SourceLocation.h /usr/include/clang/Basic/SourceManager.h /usr/include/clang/Basic/SourceManagerInternals.h /usr/include/clang/Basic/SourceMgrAdapter.h /usr/include/clang/Basic/Specifiers.h /usr/include/clang/Basic/Stack.h /usr/include/clang/Basic/SyncScope.h /usr/include/clang/Basic/TargetBuiltins.h /usr/include/clang/Basic/TargetCXXABI.def /usr/include/clang/Basic/TargetCXXABI.h /usr/include/clang/Basic/TargetID.h /usr/include/clang/Basic/TargetInfo.h /usr/include/clang/Basic/TargetOSMacros.def /usr/include/clang/Basic/TargetOptions.h /usr/include/clang/Basic/TemplateKinds.h /usr/include/clang/Basic/Thunk.h /usr/include/clang/Basic/TokenKinds.def /usr/include/clang/Basic/TokenKinds.h /usr/include/clang/Basic/TransformTypeTraits.def /usr/include/clang/Basic/TypeTraits.h /usr/include/clang/Basic/Version.h /usr/include/clang/Basic/Version.inc /usr/include/clang/Basic/Visibility.h /usr/include/clang/Basic/WebAssemblyReferenceTypes.def /usr/include/clang/Basic/XRayInstr.h /usr/include/clang/Basic/XRayLists.h /usr/include/clang/Basic/arm_cde_builtin_aliases.inc /usr/include/clang/Basic/arm_cde_builtin_cg.inc /usr/include/clang/Basic/arm_cde_builtin_sema.inc /usr/include/clang/Basic/arm_cde_builtins.inc /usr/include/clang/Basic/arm_fp16.inc /usr/include/clang/Basic/arm_mve_builtin_aliases.inc /usr/include/clang/Basic/arm_mve_builtin_cg.inc /usr/include/clang/Basic/arm_mve_builtin_sema.inc /usr/include/clang/Basic/arm_mve_builtins.inc /usr/include/clang/Basic/arm_neon.inc /usr/include/clang/Basic/arm_sme_builtin_cg.inc /usr/include/clang/Basic/arm_sme_builtins.inc /usr/include/clang/Basic/arm_sme_builtins_za_state.inc /usr/include/clang/Basic/arm_sme_sema_rangechecks.inc /usr/include/clang/Basic/arm_sme_streaming_attrs.inc /usr/include/clang/Basic/arm_sve_builtin_cg.inc /usr/include/clang/Basic/arm_sve_builtins.inc /usr/include/clang/Basic/arm_sve_sema_rangechecks.inc /usr/include/clang/Basic/arm_sve_streaming_attrs.inc /usr/include/clang/Basic/arm_sve_typeflags.inc /usr/include/clang/Basic/riscv_sifive_vector_builtin_cg.inc /usr/include/clang/Basic/riscv_sifive_vector_builtin_sema.inc /usr/include/clang/Basic/riscv_sifive_vector_builtins.inc /usr/include/clang/Basic/riscv_vector_builtin_cg.inc /usr/include/clang/Basic/riscv_vector_builtin_sema.inc /usr/include/clang/Basic/riscv_vector_builtins.inc /usr/include/clang/CodeGen /usr/include/clang/CodeGen/BackendUtil.h /usr/include/clang/CodeGen/CGFunctionInfo.h /usr/include/clang/CodeGen/CodeGenABITypes.h /usr/include/clang/CodeGen/CodeGenAction.h /usr/include/clang/CodeGen/ConstantInitBuilder.h /usr/include/clang/CodeGen/ConstantInitFuture.h /usr/include/clang/CodeGen/ModuleBuilder.h /usr/include/clang/CodeGen/ObjectFilePCHContainerOperations.h /usr/include/clang/CodeGen/SwiftCallingConv.h /usr/include/clang/Config /usr/include/clang/Config/config.h /usr/include/clang/CrossTU /usr/include/clang/CrossTU/CrossTUDiagnostic.h /usr/include/clang/CrossTU/CrossTranslationUnit.h /usr/include/clang/DirectoryWatcher /usr/include/clang/DirectoryWatcher/DirectoryWatcher.h /usr/include/clang/Driver /usr/include/clang/Driver/Action.h /usr/include/clang/Driver/Compilation.h /usr/include/clang/Driver/Distro.h /usr/include/clang/Driver/Driver.h /usr/include/clang/Driver/DriverDiagnostic.h /usr/include/clang/Driver/InputInfo.h /usr/include/clang/Driver/Job.h /usr/include/clang/Driver/Multilib.h /usr/include/clang/Driver/MultilibBuilder.h /usr/include/clang/Driver/OffloadBundler.h /usr/include/clang/Driver/OptionUtils.h /usr/include/clang/Driver/Options.h /usr/include/clang/Driver/Options.inc /usr/include/clang/Driver/Phases.h /usr/include/clang/Driver/SanitizerArgs.h /usr/include/clang/Driver/Tool.h /usr/include/clang/Driver/ToolChain.h /usr/include/clang/Driver/Types.def /usr/include/clang/Driver/Types.h /usr/include/clang/Driver/Util.h /usr/include/clang/Driver/XRayArgs.h /usr/include/clang/Edit /usr/include/clang/Edit/Commit.h /usr/include/clang/Edit/EditedSource.h /usr/include/clang/Edit/EditsReceiver.h /usr/include/clang/Edit/FileOffset.h /usr/include/clang/Edit/Rewriters.h /usr/include/clang/ExtractAPI /usr/include/clang/ExtractAPI/API.h /usr/include/clang/ExtractAPI/APIIgnoresList.h /usr/include/clang/ExtractAPI/AvailabilityInfo.h /usr/include/clang/ExtractAPI/DeclarationFragments.h /usr/include/clang/ExtractAPI/ExtractAPIActionBase.h /usr/include/clang/ExtractAPI/ExtractAPIVisitor.h /usr/include/clang/ExtractAPI/FrontendActions.h /usr/include/clang/ExtractAPI/Serialization /usr/include/clang/ExtractAPI/Serialization/SerializerBase.h /usr/include/clang/ExtractAPI/Serialization/SymbolGraphSerializer.h /usr/include/clang/ExtractAPI/TypedefUnderlyingTypeResolver.h /usr/include/clang/Format /usr/include/clang/Format/Format.h /usr/include/clang/Frontend /usr/include/clang/Frontend/ASTConsumers.h /usr/include/clang/Frontend/ASTUnit.h /usr/include/clang/Frontend/ChainedDiagnosticConsumer.h /usr/include/clang/Frontend/CommandLineSourceLoc.h /usr/include/clang/Frontend/CompilerInstance.h /usr/include/clang/Frontend/CompilerInvocation.h /usr/include/clang/Frontend/DependencyOutputOptions.h /usr/include/clang/Frontend/DiagnosticRenderer.h /usr/include/clang/Frontend/FrontendAction.h /usr/include/clang/Frontend/FrontendActions.h /usr/include/clang/Frontend/FrontendDiagnostic.h /usr/include/clang/Frontend/FrontendOptions.h /usr/include/clang/Frontend/FrontendPluginRegistry.h /usr/include/clang/Frontend/LayoutOverrideSource.h /usr/include/clang/Frontend/LogDiagnosticPrinter.h /usr/include/clang/Frontend/MigratorOptions.h /usr/include/clang/Frontend/MultiplexConsumer.h /usr/include/clang/Frontend/PCHContainerOperations.h /usr/include/clang/Frontend/PrecompiledPreamble.h /usr/include/clang/Frontend/PreprocessorOutputOptions.h /usr/include/clang/Frontend/SARIFDiagnostic.h /usr/include/clang/Frontend/SARIFDiagnosticPrinter.h /usr/include/clang/Frontend/SerializedDiagnosticPrinter.h /usr/include/clang/Frontend/SerializedDiagnosticReader.h /usr/include/clang/Frontend/SerializedDiagnostics.h /usr/include/clang/Frontend/TextDiagnostic.h /usr/include/clang/Frontend/TextDiagnosticBuffer.h /usr/include/clang/Frontend/TextDiagnosticPrinter.h /usr/include/clang/Frontend/Utils.h /usr/include/clang/Frontend/VerifyDiagnosticConsumer.h /usr/include/clang/FrontendTool /usr/include/clang/FrontendTool/Utils.h /usr/include/clang/Index /usr/include/clang/Index/CommentToXML.h /usr/include/clang/Index/DeclOccurrence.h /usr/include/clang/Index/IndexDataConsumer.h /usr/include/clang/Index/IndexSymbol.h /usr/include/clang/Index/IndexingAction.h /usr/include/clang/Index/IndexingOptions.h /usr/include/clang/Index/USRGeneration.h /usr/include/clang/IndexSerialization /usr/include/clang/IndexSerialization/SerializablePathCollection.h /usr/include/clang/Interpreter /usr/include/clang/Interpreter/CodeCompletion.h /usr/include/clang/Interpreter/Interpreter.h /usr/include/clang/Interpreter/PartialTranslationUnit.h /usr/include/clang/Interpreter/Value.h /usr/include/clang/Lex /usr/include/clang/Lex/CodeCompletionHandler.h /usr/include/clang/Lex/DependencyDirectivesScanner.h /usr/include/clang/Lex/DirectoryLookup.h /usr/include/clang/Lex/ExternalPreprocessorSource.h /usr/include/clang/Lex/HeaderMap.h /usr/include/clang/Lex/HeaderMapTypes.h /usr/include/clang/Lex/HeaderSearch.h /usr/include/clang/Lex/HeaderSearchOptions.h /usr/include/clang/Lex/LexDiagnostic.h /usr/include/clang/Lex/Lexer.h /usr/include/clang/Lex/LiteralSupport.h /usr/include/clang/Lex/MacroArgs.h /usr/include/clang/Lex/MacroInfo.h /usr/include/clang/Lex/ModuleLoader.h /usr/include/clang/Lex/ModuleMap.h /usr/include/clang/Lex/MultipleIncludeOpt.h /usr/include/clang/Lex/PPCallbacks.h /usr/include/clang/Lex/PPConditionalDirectiveRecord.h /usr/include/clang/Lex/Pragma.h /usr/include/clang/Lex/PreprocessingRecord.h /usr/include/clang/Lex/Preprocessor.h /usr/include/clang/Lex/PreprocessorLexer.h /usr/include/clang/Lex/PreprocessorOptions.h /usr/include/clang/Lex/ScratchBuffer.h /usr/include/clang/Lex/Token.h /usr/include/clang/Lex/TokenConcatenation.h /usr/include/clang/Lex/TokenLexer.h /usr/include/clang/Lex/VariadicMacroSupport.h /usr/include/clang/Parse /usr/include/clang/Parse/AttrParserStringSwitches.inc /usr/include/clang/Parse/AttrSubMatchRulesParserStringSwitches.inc /usr/include/clang/Parse/LoopHint.h /usr/include/clang/Parse/ParseAST.h /usr/include/clang/Parse/ParseDiagnostic.h /usr/include/clang/Parse/Parser.h /usr/include/clang/Parse/RAIIObjectsForParser.h /usr/include/clang/Rewrite /usr/include/clang/Rewrite/Core /usr/include/clang/Rewrite/Core/DeltaTree.h /usr/include/clang/Rewrite/Core/HTMLRewrite.h /usr/include/clang/Rewrite/Core/RewriteBuffer.h /usr/include/clang/Rewrite/Core/RewriteRope.h /usr/include/clang/Rewrite/Core/Rewriter.h /usr/include/clang/Rewrite/Core/TokenRewriter.h /usr/include/clang/Rewrite/Frontend /usr/include/clang/Rewrite/Frontend/ASTConsumers.h /usr/include/clang/Rewrite/Frontend/FixItRewriter.h /usr/include/clang/Rewrite/Frontend/FrontendActions.h /usr/include/clang/Rewrite/Frontend/Rewriters.h /usr/include/clang/Sema /usr/include/clang/Sema/AnalysisBasedWarnings.h /usr/include/clang/Sema/AttrParsedAttrImpl.inc /usr/include/clang/Sema/AttrParsedAttrKinds.inc /usr/include/clang/Sema/AttrParsedAttrList.inc /usr/include/clang/Sema/AttrSpellingListIndex.inc /usr/include/clang/Sema/AttrTemplateInstantiate.inc /usr/include/clang/Sema/CXXFieldCollector.h /usr/include/clang/Sema/CleanupInfo.h /usr/include/clang/Sema/CodeCompleteConsumer.h /usr/include/clang/Sema/CodeCompleteOptions.h /usr/include/clang/Sema/DeclSpec.h /usr/include/clang/Sema/DelayedDiagnostic.h /usr/include/clang/Sema/Designator.h /usr/include/clang/Sema/EnterExpressionEvaluationContext.h /usr/include/clang/Sema/ExternalSemaSource.h /usr/include/clang/Sema/HLSLExternalSemaSource.h /usr/include/clang/Sema/IdentifierResolver.h /usr/include/clang/Sema/Initialization.h /usr/include/clang/Sema/Lookup.h /usr/include/clang/Sema/MultiplexExternalSemaSource.h /usr/include/clang/Sema/ObjCMethodList.h /usr/include/clang/Sema/Overload.h /usr/include/clang/Sema/Ownership.h /usr/include/clang/Sema/ParsedAttr.h /usr/include/clang/Sema/ParsedTemplate.h /usr/include/clang/Sema/RISCVIntrinsicManager.h /usr/include/clang/Sema/Scope.h /usr/include/clang/Sema/ScopeInfo.h /usr/include/clang/Sema/Sema.h /usr/include/clang/Sema/SemaConcept.h /usr/include/clang/Sema/SemaConsumer.h /usr/include/clang/Sema/SemaDiagnostic.h /usr/include/clang/Sema/SemaFixItUtils.h /usr/include/clang/Sema/SemaInternal.h /usr/include/clang/Sema/SemaLambda.h /usr/include/clang/Sema/Template.h /usr/include/clang/Sema/TemplateDeduction.h /usr/include/clang/Sema/TemplateInstCallback.h /usr/include/clang/Sema/TypoCorrection.h /usr/include/clang/Sema/Weak.h /usr/include/clang/Serialization /usr/include/clang/Serialization/ASTBitCodes.h /usr/include/clang/Serialization/ASTDeserializationListener.h /usr/include/clang/Serialization/ASTReader.h /usr/include/clang/Serialization/ASTRecordReader.h /usr/include/clang/Serialization/ASTRecordWriter.h /usr/include/clang/Serialization/ASTWriter.h /usr/include/clang/Serialization/AttrPCHRead.inc /usr/include/clang/Serialization/AttrPCHWrite.inc /usr/include/clang/Serialization/ContinuousRangeMap.h /usr/include/clang/Serialization/GlobalModuleIndex.h /usr/include/clang/Serialization/InMemoryModuleCache.h /usr/include/clang/Serialization/ModuleFile.h /usr/include/clang/Serialization/ModuleFileExtension.h /usr/include/clang/Serialization/ModuleManager.h /usr/include/clang/Serialization/PCHContainerOperations.h /usr/include/clang/Serialization/SerializationDiagnostic.h /usr/include/clang/Serialization/SourceLocationEncoding.h /usr/include/clang/Serialization/TypeBitCodes.def /usr/include/clang/StaticAnalyzer /usr/include/clang/StaticAnalyzer/Checkers /usr/include/clang/StaticAnalyzer/Checkers/BuiltinCheckerRegistration.h /usr/include/clang/StaticAnalyzer/Checkers/Checkers.inc /usr/include/clang/StaticAnalyzer/Checkers/MPIFunctionClassifier.h /usr/include/clang/StaticAnalyzer/Checkers/SValExplainer.h /usr/include/clang/StaticAnalyzer/Checkers/Taint.h /usr/include/clang/StaticAnalyzer/Core /usr/include/clang/StaticAnalyzer/Core/Analyses.def /usr/include/clang/StaticAnalyzer/Core/AnalyzerOptions.def /usr/include/clang/StaticAnalyzer/Core/AnalyzerOptions.h /usr/include/clang/StaticAnalyzer/Core/BugReporter /usr/include/clang/StaticAnalyzer/Core/BugReporter/BugReporter.h /usr/include/clang/StaticAnalyzer/Core/BugReporter/BugReporterVisitors.h /usr/include/clang/StaticAnalyzer/Core/BugReporter/BugSuppression.h /usr/include/clang/StaticAnalyzer/Core/BugReporter/BugType.h /usr/include/clang/StaticAnalyzer/Core/BugReporter/CommonBugCategories.h /usr/include/clang/StaticAnalyzer/Core/Checker.h /usr/include/clang/StaticAnalyzer/Core/CheckerManager.h /usr/include/clang/StaticAnalyzer/Core/CheckerRegistryData.h /usr/include/clang/StaticAnalyzer/Core/PathDiagnosticConsumers.h /usr/include/clang/StaticAnalyzer/Core/PathSensitive /usr/include/clang/StaticAnalyzer/Core/PathSensitive/APSIntType.h /usr/include/clang/StaticAnalyzer/Core/PathSensitive/AnalysisManager.h /usr/include/clang/StaticAnalyzer/Core/PathSensitive/BasicValueFactory.h /usr/include/clang/StaticAnalyzer/Core/PathSensitive/BlockCounter.h /usr/include/clang/StaticAnalyzer/Core/PathSensitive/CallDescription.h /usr/include/clang/StaticAnalyzer/Core/PathSensitive/CallEvent.h /usr/include/clang/StaticAnalyzer/Core/PathSensitive/CheckerContext.h /usr/include/clang/StaticAnalyzer/Core/PathSensitive/CheckerHelpers.h /usr/include/clang/StaticAnalyzer/Core/PathSensitive/ConstraintManager.h /usr/include/clang/StaticAnalyzer/Core/PathSensitive/CoreEngine.h /usr/include/clang/StaticAnalyzer/Core/PathSensitive/DynamicCastInfo.h /usr/include/clang/StaticAnalyzer/Core/PathSensitive/DynamicExtent.h /usr/include/clang/StaticAnalyzer/Core/PathSensitive/DynamicType.h /usr/include/clang/StaticAnalyzer/Core/PathSensitive/DynamicTypeInfo.h /usr/include/clang/StaticAnalyzer/Core/PathSensitive/Environment.h /usr/include/clang/StaticAnalyzer/Core/PathSensitive/ExplodedGraph.h /usr/include/clang/StaticAnalyzer/Core/PathSensitive/ExprEngine.h /usr/include/clang/StaticAnalyzer/Core/PathSensitive/FunctionSummary.h /usr/include/clang/StaticAnalyzer/Core/PathSensitive/LoopUnrolling.h /usr/include/clang/StaticAnalyzer/Core/PathSensitive/LoopWidening.h /usr/include/clang/StaticAnalyzer/Core/PathSensitive/MemRegion.h /usr/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h /usr/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramStateTrait.h /usr/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState_Fwd.h /usr/include/clang/StaticAnalyzer/Core/PathSensitive/RangedConstraintManager.h /usr/include/clang/StaticAnalyzer/Core/PathSensitive/Regions.def /usr/include/clang/StaticAnalyzer/Core/PathSensitive/SMTConstraintManager.h /usr/include/clang/StaticAnalyzer/Core/PathSensitive/SMTConv.h /usr/include/clang/StaticAnalyzer/Core/PathSensitive/SValBuilder.h /usr/include/clang/StaticAnalyzer/Core/PathSensitive/SValVisitor.h /usr/include/clang/StaticAnalyzer/Core/PathSensitive/SVals.def /usr/include/clang/StaticAnalyzer/Core/PathSensitive/SVals.h /usr/include/clang/StaticAnalyzer/Core/PathSensitive/SimpleConstraintManager.h /usr/include/clang/StaticAnalyzer/Core/PathSensitive/Store.h /usr/include/clang/StaticAnalyzer/Core/PathSensitive/StoreRef.h /usr/include/clang/StaticAnalyzer/Core/PathSensitive/SummaryManager.h /usr/include/clang/StaticAnalyzer/Core/PathSensitive/SymExpr.h /usr/include/clang/StaticAnalyzer/Core/PathSensitive/SymbolManager.h /usr/include/clang/StaticAnalyzer/Core/PathSensitive/Symbols.def /usr/include/clang/StaticAnalyzer/Core/PathSensitive/WorkList.h /usr/include/clang/StaticAnalyzer/Frontend /usr/include/clang/StaticAnalyzer/Frontend/AnalysisConsumer.h /usr/include/clang/StaticAnalyzer/Frontend/AnalyzerHelpFlags.h /usr/include/clang/StaticAnalyzer/Frontend/CheckerRegistry.h /usr/include/clang/StaticAnalyzer/Frontend/FrontendActions.h /usr/include/clang/StaticAnalyzer/Frontend/ModelConsumer.h /usr/include/clang/Support /usr/include/clang/Support/RISCVVIntrinsicUtils.h /usr/include/clang/Testing /usr/include/clang/Testing/CommandLineArgs.h /usr/include/clang/Testing/TestAST.h /usr/include/clang/Testing/TestClangConfig.h /usr/include/clang/Tooling /usr/include/clang/Tooling/ASTDiff /usr/include/clang/Tooling/ASTDiff/ASTDiff.h /usr/include/clang/Tooling/ASTDiff/ASTDiffInternal.h /usr/include/clang/Tooling/AllTUsExecution.h /usr/include/clang/Tooling/ArgumentsAdjusters.h /usr/include/clang/Tooling/CommonOptionsParser.h /usr/include/clang/Tooling/CompilationDatabase.h /usr/include/clang/Tooling/CompilationDatabasePluginRegistry.h /usr/include/clang/Tooling/Core /usr/include/clang/Tooling/Core/Diagnostic.h /usr/include/clang/Tooling/Core/Replacement.h /usr/include/clang/Tooling/DependencyScanning /usr/include/clang/Tooling/DependencyScanning/DependencyScanningFilesystem.h /usr/include/clang/Tooling/DependencyScanning/DependencyScanningService.h /usr/include/clang/Tooling/DependencyScanning/DependencyScanningTool.h /usr/include/clang/Tooling/DependencyScanning/DependencyScanningWorker.h /usr/include/clang/Tooling/DependencyScanning/ModuleDepCollector.h /usr/include/clang/Tooling/DiagnosticsYaml.h /usr/include/clang/Tooling/Execution.h /usr/include/clang/Tooling/FileMatchTrie.h /usr/include/clang/Tooling/FixIt.h /usr/include/clang/Tooling/Inclusions /usr/include/clang/Tooling/Inclusions/HeaderAnalysis.h /usr/include/clang/Tooling/Inclusions/HeaderIncludes.h /usr/include/clang/Tooling/Inclusions/IncludeStyle.h /usr/include/clang/Tooling/Inclusions/StandardLibrary.h /usr/include/clang/Tooling/JSONCompilationDatabase.h /usr/include/clang/Tooling/NodeIntrospection.h /usr/include/clang/Tooling/NodeIntrospection.inc /usr/include/clang/Tooling/Refactoring /usr/include/clang/Tooling/Refactoring.h /usr/include/clang/Tooling/Refactoring/ASTSelection.h /usr/include/clang/Tooling/Refactoring/AtomicChange.h /usr/include/clang/Tooling/Refactoring/Extract /usr/include/clang/Tooling/Refactoring/Extract/Extract.h /usr/include/clang/Tooling/Refactoring/Extract/SourceExtraction.h /usr/include/clang/Tooling/Refactoring/Lookup.h /usr/include/clang/Tooling/Refactoring/RecursiveSymbolVisitor.h /usr/include/clang/Tooling/Refactoring/RefactoringAction.h /usr/include/clang/Tooling/Refactoring/RefactoringActionRule.h /usr/include/clang/Tooling/Refactoring/RefactoringActionRuleRequirements.h /usr/include/clang/Tooling/Refactoring/RefactoringActionRules.h /usr/include/clang/Tooling/Refactoring/RefactoringActionRulesInternal.h /usr/include/clang/Tooling/Refactoring/RefactoringDiagnostic.h /usr/include/clang/Tooling/Refactoring/RefactoringOption.h /usr/include/clang/Tooling/Refactoring/RefactoringOptionVisitor.h /usr/include/clang/Tooling/Refactoring/RefactoringOptions.h /usr/include/clang/Tooling/Refactoring/RefactoringResultConsumer.h /usr/include/clang/Tooling/Refactoring/RefactoringRuleContext.h /usr/include/clang/Tooling/Refactoring/Rename /usr/include/clang/Tooling/Refactoring/Rename/RenamingAction.h /usr/include/clang/Tooling/Refactoring/Rename/SymbolName.h /usr/include/clang/Tooling/Refactoring/Rename/SymbolOccurrences.h /usr/include/clang/Tooling/Refactoring/Rename/USRFinder.h /usr/include/clang/Tooling/Refactoring/Rename/USRFindingAction.h /usr/include/clang/Tooling/Refactoring/Rename/USRLocFinder.h /usr/include/clang/Tooling/RefactoringCallbacks.h /usr/include/clang/Tooling/ReplacementsYaml.h /usr/include/clang/Tooling/StandaloneExecution.h /usr/include/clang/Tooling/Syntax /usr/include/clang/Tooling/Syntax/BuildTree.h /usr/include/clang/Tooling/Syntax/Mutations.h /usr/include/clang/Tooling/Syntax/NodeClasses.inc /usr/include/clang/Tooling/Syntax/Nodes.h /usr/include/clang/Tooling/Syntax/Nodes.inc /usr/include/clang/Tooling/Syntax/TokenBufferTokenManager.h /usr/include/clang/Tooling/Syntax/TokenManager.h /usr/include/clang/Tooling/Syntax/Tokens.h /usr/include/clang/Tooling/Syntax/Tree.h /usr/include/clang/Tooling/ToolExecutorPluginRegistry.h /usr/include/clang/Tooling/Tooling.h /usr/include/clang/Tooling/Transformer /usr/include/clang/Tooling/Transformer/MatchConsumer.h /usr/include/clang/Tooling/Transformer/Parsing.h /usr/include/clang/Tooling/Transformer/RangeSelector.h /usr/include/clang/Tooling/Transformer/RewriteRule.h /usr/include/clang/Tooling/Transformer/SourceCode.h /usr/include/clang/Tooling/Transformer/SourceCodeBuilders.h /usr/include/clang/Tooling/Transformer/Stencil.h /usr/include/clang/Tooling/Transformer/Transformer.h /usr/lib/cmake/clang /usr/lib/cmake/clang/AddClang.cmake /usr/lib/cmake/clang/ClangConfig.cmake /usr/lib/cmake/clang/ClangConfigVersion.cmake /usr/lib/cmake/clang/ClangTargets-relwithdebinfo.cmake /usr/lib/cmake/clang/ClangTargets.cmake /usr/lib/libclang-cpp.so /usr/lib/libclang.so /usr/share/licenses/clang18-devel /usr/share/licenses/clang18-devel/CREDITS.TXT /usr/share/licenses/clang18-devel/LICENSE.TXT
Generated by rpm2html 1.8.1
Fabrice Bellet, Wed Oct 30 00:56:19 2024