Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: clang5-devel | Distribution: openSUSE Step 15 |
Version: 5.0.1 | Vendor: openSUSE |
Release: 8.6.2 | Build date: Wed Mar 3 13:50:37 2021 |
Group: Development/Languages/Other | Build host: obs-arm-5 |
Size: 17433010 | Source RPM: llvm5-5.0.1-8.6.2.src.rpm |
Packager: https://bugs.opensuse.org | |
Url: http://www.llvm.org | |
Summary: CLANG frontend for LLVM (devel package) |
This package contains the clang (C language) frontend for LLVM. (development files)
NCSA
* Thu Oct 25 2018 msrb@suse.com - llvm_build_tablegen_component_as_shared_library.patch * Build TableGen component as its own shared library because it is not included in the libLLVM library and is needed for ldc. (bsc#1111190) * Wed May 09 2018 msrb@suse.com - Do not build stage1 with debug info. It was accidentally added with the use of %optflags. This should fix out of memory errors on 32bit architectures and speed up build everywhere else. (bsc#1092697) * Wed Apr 11 2018 msrb@suse.com - llvm-build-tests-with-rtti.patch * Fixes build failure with gcc 8. (bnc#1087136) * Fri Mar 16 2018 msrb@suse.com - Use alternatives for clang's bash autocomplete to prevent conflicts with future versions. * Thu Feb 15 2018 msrb@suse.com - Remove liblldb5 and lldb5-devel from baselibs.conf. They are only build for x86_64, so no point having them in baselibs.conf. * Wed Feb 07 2018 msrb@suse.com - Use %optflags, except for FORTIFY_SOURCE which is not compatible with compiler-rt. - Exclude static libraries differently. * Drop llvm-split-static-library-exports-into-their-own-export-file.diff * Drop clang-split-static-library-exports-into-their-own-export-file.diff * Update llvm-do-not-install-static-libraries.patch to not use EXCLUDE_FROM_ALL which is not available in cmake 3.5. - This fixes build on SLE12. - Do not force gcc6 on OpenSUSE - fixes build. - Reduce the amount of concurent link jobs by increasing their memory requirement - to reduce stalls in OBS. * Wed Jan 31 2018 msrb@suse.com - Cleanup %ifarch conditions, remove targets unintentionally added to s390/s390x. (bnc#1078436) * Tue Jan 30 2018 msrb@suse.com - Limit the amount of parallel link jobs, but no longer limit compile jobs. This should prevent running out of memory during linking while not longer slowing down compilation. - Remove build dependency on procps * Mon Jan 29 2018 msrb@suse.com - Reduce disk size requirement to 30GB in _constraints. We no longer need that much since we stopped building static libraries. * Thu Jan 18 2018 msrb@suse.com - n_clang_allow_BUILD_SHARED_LIBRARY.patch * Allow buildling clang with BUILD_SHARED_LIBRARY while the rest is built with LLVM_LINK_LLVM_DYLIB. (bnc#1065464) - Remove clang-devel-static. * Wed Jan 10 2018 msrb@suse.com - Place gold plugin to the right directory. (bnc#1073210) * It must be in /usr/lib/bfd-plugins on all architectures. * Remove llvm5-gold from baselibs.conf - nothing needs a 32bit version of it and it would now conflict with the 64bit one. - Reduce _constraints requirements on 32bit architectures. * Since we had to disable debuginfo on them, they require much less. * Wed Jan 10 2018 normand@linux.vnet.ibm.com - ignore make check error for PowerPC as bypass https://bugs.llvm.org/show_bug.cgi?id=35871 * Mon Jan 08 2018 dmueller@suse.com - disable debuginfo build for ARM as well * Fri Jan 05 2018 msrb@suse.com - Delete intermediate files during build to reduce total disk usage (bnc#1074625) * Thu Jan 04 2018 msrb@suse.com - Update to llvm 5.0.1 * This release contains bug-fixes for the LLVM 5.0.0 release. * This release is API and ABI compatible with 5.0.0. - llvm-do-not-install-static-libraries.patch * Updated. * Fri Dec 22 2017 fcrozat@suse.com - Increase minimum memory and disk sizes required for building in _constraints. * Wed Dec 13 2017 msrb@suse.com - Rename python3-lldb to python3-lldb5 so it can work with llvm meta package. * Mon Dec 11 2017 msrb@suse.com - Rename python packages to follow naming conventions. - Remove unnecessary dependencies on python3. - Make opt-viewer not require python2. * opt-viewer-Do-not-require-python-2.patch * Mon Dec 04 2017 msrb@suse.com - Switch to python3. - Fix %check tests when used with python3. * Define LANG=C.UTF-8 when running the tests. - Add explicit Provides/Conflicts to llvm5-devel, clang5-devel-static and lldb5-devel. * These are required to be validated by obs repo-checker. * Fri Dec 01 2017 msrb@suse.com - Use LLVM_OPTIMIZED_TABLEGEN to speed up build. (bnc#1064786) - Fix files of lldb4 to work correctly with update-alternatives. - Remove Conflicts clang(LLDB) from lldb4-devel - it does not exist. It would be provided automatically, but no such cmake file is installed. - llvm-do-not-install-static-libraries.patch * Do not install static libraries instead of installing them and deleting after. * Reduces disk usage during build. (bnc#1064786) - Do not build unnecessary parts during stage1. * Speeds up build a bit. (bnc#1064786) * Mon Nov 20 2017 msrb@suse.com - Updated baselibs.conf to reference version 5 packages. - Deleted rogue llvm5.spec.r29 file. - Deleted arm_suse_support.diff, llvm-add_a_LLVM_USE_LINKER.patch, libsanitizer.patch. - No longer used, applied already in the source. * Tue Oct 17 2017 msrb@suse.com - llvm-normally-versioned-libllvm.patch * Change libLLVM naming scheme to match our naming guidelines. * The reasons for the original naming scheme are no longer valid, more details in the patch. * Fri Oct 13 2017 msrb@suse.com - Disable all thread related tests in libcxx. Many of them use timeouts to detect failure. They can fail randomly if the machine is under heavy load (happens often in OBS). * Tue Oct 10 2017 msrb@suse.com - Drop llvm5-devel-static. llvm5-devel contains shared library with the same content. * Mon Oct 09 2017 msrb@suse.com - Increase disk space requirement in _constraints to 45GB. Otherwise the build gets stuck in random places. - Skip build of lldb5 python on distributions with swig < 3.0.11 * Wed Aug 30 2017 msrb@suse.com - Copy from llvm4. - Update to llvm 5.0.0. * Wed Aug 30 2017 msrb@suse.com - Use LLVM_BUILD_LLVM_DYLIB instead of BUILD_SHARED_LIBS to build single libLLVM library. This is the recommended way. The old way was causing various issues. * llvm-split-static-library-exports-into-their-own-export-file.diff * clang-split-static-library-exports-into-their-own-export-file.diff (bnc#1049703) - Add lld, linker for Clang/LLVM (sr#517692) - Include clang++-MAJOR.MINOR symbolic link (bnc#1012260) - Remove unnecessary dependency on flex and bison. - Make sure all binaries are managed by update-alternatives - Add llvm-add_a_LLVM_USE_LINKER.patch and link using gold to prevent memory exhaustion on some build machines. - Reduce debuginfo on x86 architecture. LLVM libraries are so big that they exhaust all memory on 32 bit machine if linked with full debuginfo. - Speed up build by skipping parts that are not required in stage1. - Build lldb in-tree as one of the llvm tools. * Tue Aug 29 2017 meissner@suse.com - clang-ignore-stack-clash-protector.patch: ignore -fstack-clash-protection for now. * Tue Aug 08 2017 schwab@suse.de - xlocale.patch: don't use obsolete <xlocale.h> - libsanitizer.patch: fix use of undocumented types * Sun Jul 16 2017 dmueller@suse.com - build fixes for armv6 (skip testsuite as it requires 64bit, set the list of targets to include ARM and remove triplet hack) * Sat Jul 01 2017 jimmy@boombatower.com - Include provides and conflics in baselibs.conf for llvm4-devel, clang4-devel, llvm4-LTO-devel, and llvm4-gold. * Mon Jun 26 2017 idonmez@suse.com - Update to version 4.0.1 * Minor bugfixes * Fri Jun 02 2017 idonmez@suse.com - Use gcc6 only for SLE boo#1041469 * Tue May 09 2017 idonmez@suse.com - Package libLLVMFuzzer * Wed Apr 19 2017 dmueller@suse.com - readd arm_suse_support.diff which was accidentally removed in the 4.0.0 update * Wed Apr 05 2017 afaerber@suse.de - Enable AMDGPU and NVPTX targets everywhere except for S/390. The AMDGPU target is needed for Mesa Clover (sr#485802). * Tue Apr 04 2017 idonmez@suse.com - Use gcc6 on SLE12 * Thu Mar 30 2017 idonmez@suse.com - Package license & credits * Mon Mar 27 2017 idonmez@suse.com - Update to version 4.0.0 * See + http://releases.llvm.org/4.0.0/docs/ReleaseNotes.html and + http://releases.llvm.org/4.0.0/tools/clang/docs/ReleaseNotes.html + http://releases.llvm.org/4.0.0/tools/clang/tools/extra/docs/ReleaseNotes.html - Drop the following patches, fixed upstream: amdgpu_revert_r280589.patch arm_suse_support.diff clang-fix-substitutions-abi_tag.patch clang-incomplete-field-types.patch glibc-2.24-libcxx.patch llvm-install-CheckAtomic.patch revert-cmake-soname.patch * Fri Feb 24 2017 idonmez@suse.com - Enable BPF for all arches bsc#1026191 * Wed Jan 25 2017 idonmez@suse.com - libc++ must depend on libc++abi * Wed Jan 25 2017 idonmez@suse.com - Stop using otherproviders() due to an rpm parser bug, use self-conflicts instead as suggested by mls. * Tue Jan 24 2017 idonmez@suse.com - Add amdgpu_revert_r280589.patch to fix an amdgpu regression bsc#1021577 * Tue Jan 17 2017 jslaby@suse.com - Require LLVMgold and libLTO in llvm-devel, otherwise we get in CMake: The imported target "LLVMgold" references the file "/usr/lib64/LLVMgold.so" but this file does not exist. This happens when requiring llvm3_9-devel directly, not llvm-devel. * Wed Dec 21 2016 idonmez@suse.com - Update to version 3.9.1 * See: + http://llvm.org/releases/3.9.1/docs/ReleaseNotes.html + http://llvm.org/releases/3.9.1/tools/clang/docs/ReleaseNotes.html + http://llvm.org/releases/3.9.1/tools/clang/tools/extra/docs/ReleaseNotes.html * Wed Sep 28 2016 toddrme2178@gmail.com - Update to version 3.9.0 * Clang now supports the G++ abi_tag attribute. * Clang will no longer pass --build-id by default to the linker. * Improved C++1z support in Clang. * Clang now has support for all OpenCL 2.0 features. * Added support for all non-offloading features from OpenMP 4.5, * The static analyzer now checks for incorrect usage of MPI APIs in C and C++. * LLVM no longer does inter-procedural analysis and optimization (except inlining) on functions with comdat linkage. * LLVM now supports the Intel CPUs Skylake Server with AVX512 (-march=skylake-avx512) and Knights Landing (-march=knl). * More at: + http://llvm.org/releases/3.9.0/docs/ReleaseNotes.html + http://llvm.org/releases/3.9.0/tools/clang/docs/ReleaseNotes.html + http://llvm.org/releases/3.9.0/tools/clang/tools/extra/docs/ReleaseNotes.html * Fix the following patches: + arm_suse_support.diff + assume-opensuse.patch + clang-resourcedirs.patch + default-to-i586.patch + glibc-2.23-libcxx.patch + glibc-2.24-libcxx.patch + lldb-add-pthread-dl-libs.patch + lldb-cmake.patch + llvm-fix-find-gcc5-install.patch + llvm-remove-clang-only-flags.patch + revert-cmake-soname.patch + set-revision.patch * Remove upstream-included patch: + llvm-nonvoid-return.patch * Remove patch for removed files: + glibc-2.23-libcxx.patch - Backport upstream patches: * clang-fix-substitutions-abi_tag.patch * clang-incomplete-field-types.patch * llvm-install-CheckAtomic.patch - Add clang%{_sonum}-include-fixer subpackage and associated libfindAllSymbols%{_sonum} and libfindAllSymbols%{_sonum}-devel subpackages. - Add sanstats to llvm binary list. * Fri Sep 23 2016 toddrme2178@gmail.com - Change update-alternatives to use %postun instead of %preun, which is now what Factory maintainers are requesting. - Use the minor version to set the update-alternatives priority so the most recent version of the LLVM, Clang, and LLDB are used by default. - Add LLVM rpm macros so downstream packages can have some idea how LLVM was built. * Tue Sep 20 2016 toddrme2178@gmail.com - Rename libomp to make it possible to have multiple versions available. * Fri Sep 09 2016 toddrme2178@gmail.com - Split the old llvm package into this version-specific package and a wrapper package. - Implement update-alternatives to allow parallel installation of many of the subpackages. - Rename subpackages that can be parallel-installed to a version-specific name based on the associated shared library's current .so number. - Various fixes to support the above changes. * Wed Sep 07 2016 tchvatal@suse.com - Sort a bit with spec-cleaner - Remove the latest switch for now, things should be either coinstallable or not, we don't need to bother around with compilation like this * Wed Aug 31 2016 toddrme2178@gmail.com - Update to llvm 3.8.1 * See http://llvm.org/releases/3.8.1/docs/ReleaseNotes.html and http://llvm.org/releases/3.8.1/tools/docs/ReleaseNotes.html - Use versioned libLLVM (to libLLVM3_8) and libclang (to libclang3_8) - Change versioning of liblldb3_8 to liblldb-3_8 and use a variable to control the name instead of hard-coding it. - Use bcond_with and bcond_without to enable/disable build options instead of hard-coding them. - Put buildrequires as requires in -devel packages to avoid linker errors when building packages against the -devel packages. - Add ffi support (disabled by default). - Add oprofile support (disabled by default). - Add valgrind support (disabled by default). - Link cmake files to the normal cmake file directory to allow autodetection of cmake interfaces. - Remove unused lldb components from main spec file. - Split llvm python bindings into own subpackage. - Split emacs plugin into own subpackage - Move additional vim plugins into vim plugins package - Split libc++, libLTO, LLVMgold, libomp, clang-chekers into own subpackages - Make python-clang, llvm-vim-plugins, and llvm-emacs-plugins noarch since they aren't architecture-specific. - Make packages besides llvm, llvm-clang, and the shared libraries conflict with other versions. This will be important when multiple LLVM versions are supported. - Various spec file cleanups - Rebase patches: * arm_suse_support.diff * assume-opensuse.patch * clang-resourcedirs.patch * default-to-i586.patch * glibc-2.23-libcxx.patch * glibc-2.24-libcxx.patch * lldb-add-pthread-dl-libs.patch * lldb-cmake.patch * llvm-fix-find-gcc5-install.patch * llvm-nonvoid-return.patch * llvm-remove-clang-only-flags.patch * revert-cmake-soname.patch * set-revision.patch * Fri Aug 26 2016 tchvatal@suse.com - Start conversion to use cmake macros with now introduced compatibility for ninja - Reduce number of threads if we don't have enough memory - Add patch for the nonvoid returns: * llvm-nonvoid-return.patch * Thu Jul 28 2016 normand@linux.vnet.ibm.com - for ppc64le set memory to 4GB in _constraints file (failure in Factory:PowerPC) * Wed Jul 13 2016 schwab@suse.de - glibc-2.24-libcxx.patch: fix libcxx testsuite for glibc 2.24 * Wed May 18 2016 ronisbr@gmail.com - Build LLDB separated from LLVM. - Re-enable python bindings for the LLDB API. * Wed May 18 2016 idonmez@suse.com - Disable libcxx/lldb/openmp for SLE fate#319582 * Mon Apr 25 2016 idonmez@suse.com - Update rpmlintrc to whitelist libLTO.so * Mon Apr 11 2016 idonmez@suse.com - Re-enable glibc-2.23 patch for Tumbleweed * Sun Apr 10 2016 dmueller@suse.com - fix arm_suse_support.diff for armv6hl - adjust compile flags for llvm on armv6hl (fixes Mesa build) * Mon Apr 04 2016 idonmez@suse.com - Update llvm-remove-clang-only-flags.patch to remove - Wcovered-switch-default flag for gcc compatibility. * Wed Mar 16 2016 idonmez@suse.com - Use gcc for stage1 bootstrap - Add back libstdc++-devel dependency for clang since libc++ is only available for x86-64 atm. * Thu Mar 10 2016 idonmez@suse.com - Comment out glibc-2.23-libcxx.patch until glibc 2.23 actually hits the Factory. * Tue Mar 08 2016 idonmez@suse.com - Update to llvm 3.8.0 * See http://llvm.org/releases/3.8.0/docs/ReleaseNotes.html and http://llvm.org/releases/3.8.0/tools/clang/docs/ReleaseNotes.html - Fold lldb build into llvm and disable python support - Drop clang-disable-ada-extension.patch, libcxxabi-exceptions.patch and cmake-host-triple.patch - Add revert-cmake-soname.patch to fix soname handling * Wed Mar 02 2016 idonmez@suse.com - Add glibc-2.23-libcxx.patch to fix test failures with glibc 2.23 * Sat Oct 03 2015 mimi.vx@gmail.com - Remove FFI support because its fragile * Sun Sep 27 2015 idonmez@suse.com - Enable OpenMP for x86, x86_64, ppc64 and ppc64le * Mon Sep 14 2015 idonmez@suse.com - Enable all targets on x86, x86_64 * Wed Sep 02 2015 idonmez@suse.com - Update to version 3.7.0 * See http://llvm.org/releases/3.7.0/docs/ReleaseNotes.html - Merge aarch64-suse-support.patch into arm_suse_support.diff - Refresh arm_suse_support.diff, llvm-fix-find-gcc5-install.patch - Remove llvm-fix-parsearmarch.patch, upstream. * Tue May 26 2015 ro@suse.de - fix build on s390x (one typo in ifarch and one change in filelist) * Mon May 25 2015 idonmez@suse.com - Update to version 3.6.1 * No changelog upstream * Fri Apr 24 2015 idonmez@suse.com - Add llvm-fix-parsearmarch.patch to fix parsing armv{6,7}hl archs. * Mon Mar 02 2015 idonmez@suse.com - Update to version 3.6.0 * See http://llvm.org/releases/3.6.0/docs/ReleaseNotes.html - Add python-xml dependency for regression tests - Removed the following patches, fixed upstream: * arm-remove-xfails.diff * libcxx-libdir.patch * llvm-config-lib64.patch * llvm-fix-intrusiverefcntptr.patch * Fri Feb 20 2015 rguenther@suse.com - Add llvm-fix-intrusiverefcntptr.patch to fix build of LLVM tools with GCC 5. - Add llvm-fix-find-gcc5-install.patch to properly find installed GCC 5. * Wed Jan 28 2015 idonmez@suse.com - Add a gcc dependency for clang, this is heavyweight but we need libgcc_s which comes with the gcc package (bnc#893359) * Fri Dec 12 2014 idonmez@suse.com - Conditionalize libcxx{abi} build on build_libcxx variable - Turn libc++.so into an ldscript so it links to libc++abi automatically. * Tue Oct 21 2014 dmueller@suse.com - fix constraints for armv6l/armv7l (there is no 4GB RAM on 32bit)
/usr/include/clang /usr/include/clang-c /usr/include/clang-c/BuildSystem.h /usr/include/clang-c/CXCompilationDatabase.h /usr/include/clang-c/CXErrorCode.h /usr/include/clang-c/CXString.h /usr/include/clang-c/Documentation.h /usr/include/clang-c/Index.h /usr/include/clang-c/Platform.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/APValue.h /usr/include/clang/AST/AST.h /usr/include/clang/AST/ASTConsumer.h /usr/include/clang/AST/ASTContext.h /usr/include/clang/AST/ASTDiagnostic.h /usr/include/clang/AST/ASTFwd.h /usr/include/clang/AST/ASTImporter.h /usr/include/clang/AST/ASTLambda.h /usr/include/clang/AST/ASTMutationListener.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/Attr.h /usr/include/clang/AST/AttrDump.inc /usr/include/clang/AST/AttrImpl.inc /usr/include/clang/AST/AttrIterator.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/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/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/DeclOpenMP.h /usr/include/clang/AST/DeclTemplate.h /usr/include/clang/AST/DeclVisitor.h /usr/include/clang/AST/DeclarationName.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/ExprObjC.h /usr/include/clang/AST/ExprOpenMP.h /usr/include/clang/AST/ExternalASTMerger.h /usr/include/clang/AST/ExternalASTSource.h /usr/include/clang/AST/GlobalDecl.h /usr/include/clang/AST/LambdaCapture.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/ODRHash.h /usr/include/clang/AST/OpenMPClause.h /usr/include/clang/AST/OperationKinds.def /usr/include/clang/AST/OperationKinds.h /usr/include/clang/AST/ParentMap.h /usr/include/clang/AST/PrettyPrinter.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/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/TemplateBase.h /usr/include/clang/AST/TemplateName.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.def /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/Analysis /usr/include/clang/Analysis/Analyses /usr/include/clang/Analysis/Analyses/CFGReachabilityAnalysis.h /usr/include/clang/Analysis/Analyses/Consumed.h /usr/include/clang/Analysis/Analyses/Dominators.h /usr/include/clang/Analysis/Analyses/FormatString.h /usr/include/clang/Analysis/Analyses/LiveVariables.h /usr/include/clang/Analysis/Analyses/OSLog.h /usr/include/clang/Analysis/Analyses/PostOrderCFGView.h /usr/include/clang/Analysis/Analyses/PseudoConstantAnalysis.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/AnalysisContext.h /usr/include/clang/Analysis/AnalysisDiagnostic.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/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/DataflowValues.h /usr/include/clang/Analysis/ProgramPoint.h /usr/include/clang/Analysis/Support /usr/include/clang/Analysis/Support/BumpVector.h /usr/include/clang/Basic /usr/include/clang/Basic/ABI.h /usr/include/clang/Basic/AddressSpaces.h /usr/include/clang/Basic/AllDiagnostics.h /usr/include/clang/Basic/AttrHasAttributeImpl.inc /usr/include/clang/Basic/AttrKinds.h /usr/include/clang/Basic/AttrList.inc /usr/include/clang/Basic/AttrSubMatchRulesList.inc /usr/include/clang/Basic/AttrSubjectMatchRules.h /usr/include/clang/Basic/Attributes.h /usr/include/clang/Basic/Builtins.def /usr/include/clang/Basic/Builtins.h /usr/include/clang/Basic/BuiltinsAArch64.def /usr/include/clang/Basic/BuiltinsAMDGPU.def /usr/include/clang/Basic/BuiltinsARM.def /usr/include/clang/Basic/BuiltinsHexagon.def /usr/include/clang/Basic/BuiltinsLe64.def /usr/include/clang/Basic/BuiltinsMips.def /usr/include/clang/Basic/BuiltinsNEON.def /usr/include/clang/Basic/BuiltinsNVPTX.def /usr/include/clang/Basic/BuiltinsNios2.def /usr/include/clang/Basic/BuiltinsPPC.def /usr/include/clang/Basic/BuiltinsSystemZ.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/CapturedStmt.h /usr/include/clang/Basic/CharInfo.h /usr/include/clang/Basic/CommentOptions.h /usr/include/clang/Basic/Cuda.h /usr/include/clang/Basic/DebugInfoOptions.h /usr/include/clang/Basic/Diagnostic.h /usr/include/clang/Basic/DiagnosticASTKinds.inc /usr/include/clang/Basic/DiagnosticAnalysisKinds.inc /usr/include/clang/Basic/DiagnosticCategories.h /usr/include/clang/Basic/DiagnosticCommentKinds.inc /usr/include/clang/Basic/DiagnosticCommonKinds.inc /usr/include/clang/Basic/DiagnosticDriverKinds.inc /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/DiagnosticLexKinds.inc /usr/include/clang/Basic/DiagnosticOptions.def /usr/include/clang/Basic/DiagnosticOptions.h /usr/include/clang/Basic/DiagnosticParseKinds.inc /usr/include/clang/Basic/DiagnosticSemaKinds.inc /usr/include/clang/Basic/DiagnosticSerializationKinds.inc /usr/include/clang/Basic/ExceptionSpecificationType.h /usr/include/clang/Basic/ExpressionTraits.h /usr/include/clang/Basic/FileManager.h /usr/include/clang/Basic/FileSystemOptions.h /usr/include/clang/Basic/FileSystemStatCache.h /usr/include/clang/Basic/IdentifierTable.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/Linkage.h /usr/include/clang/Basic/MacroBuilder.h /usr/include/clang/Basic/MemoryBufferCache.h /usr/include/clang/Basic/Module.h /usr/include/clang/Basic/ObjCRuntime.h /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/PartialDiagnostic.h /usr/include/clang/Basic/PlistSupport.h /usr/include/clang/Basic/PragmaKinds.h /usr/include/clang/Basic/PrettyStackTrace.h /usr/include/clang/Basic/SanitizerBlacklist.h /usr/include/clang/Basic/Sanitizers.def /usr/include/clang/Basic/Sanitizers.h /usr/include/clang/Basic/SourceLocation.h /usr/include/clang/Basic/SourceManager.h /usr/include/clang/Basic/SourceManagerInternals.h /usr/include/clang/Basic/Specifiers.h /usr/include/clang/Basic/TargetBuiltins.h /usr/include/clang/Basic/TargetCXXABI.h /usr/include/clang/Basic/TargetInfo.h /usr/include/clang/Basic/TargetOptions.h /usr/include/clang/Basic/TemplateKinds.h /usr/include/clang/Basic/TokenKinds.def /usr/include/clang/Basic/TokenKinds.h /usr/include/clang/Basic/TypeTraits.h /usr/include/clang/Basic/Version.h /usr/include/clang/Basic/Version.inc /usr/include/clang/Basic/VersionTuple.h /usr/include/clang/Basic/VirtualFileSystem.h /usr/include/clang/Basic/Visibility.h /usr/include/clang/Basic/XRayLists.h /usr/include/clang/Basic/arm_neon.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/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/Job.h /usr/include/clang/Driver/Multilib.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/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/CodeGenOptions.def /usr/include/clang/Frontend/CodeGenOptions.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/LangStandard.h /usr/include/clang/Frontend/LangStandards.def /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/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/CodegenNameGenerator.h /usr/include/clang/Index/CommentToXML.h /usr/include/clang/Index/IndexDataConsumer.h /usr/include/clang/Index/IndexSymbol.h /usr/include/clang/Index/IndexingAction.h /usr/include/clang/Index/USRGeneration.h /usr/include/clang/Lex /usr/include/clang/Lex/CodeCompletionHandler.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/PTHLexer.h /usr/include/clang/Lex/PTHManager.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/Parse /usr/include/clang/Parse/AttrParserStringSwitches.inc /usr/include/clang/Parse/AttrSubMatchRulesParserStringSwitches.inc /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/AttributeList.h /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/ExternalSemaSource.h /usr/include/clang/Sema/IdentifierResolver.h /usr/include/clang/Sema/Initialization.h /usr/include/clang/Sema/Lookup.h /usr/include/clang/Sema/LoopHint.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/ParsedTemplate.h /usr/include/clang/Sema/PrettyDeclStackTrace.h /usr/include/clang/Sema/Scope.h /usr/include/clang/Sema/ScopeInfo.h /usr/include/clang/Sema/Sema.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/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/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/Module.h /usr/include/clang/Serialization/ModuleFileExtension.h /usr/include/clang/Serialization/ModuleManager.h /usr/include/clang/Serialization/SerializationDiagnostic.h /usr/include/clang/StaticAnalyzer /usr/include/clang/StaticAnalyzer/Checkers /usr/include/clang/StaticAnalyzer/Checkers/Checkers.inc /usr/include/clang/StaticAnalyzer/Checkers/ClangCheckers.h /usr/include/clang/StaticAnalyzer/Checkers/LocalCheckers.h /usr/include/clang/StaticAnalyzer/Checkers/MPIFunctionClassifier.h /usr/include/clang/StaticAnalyzer/Checkers/ObjCRetainCount.h /usr/include/clang/StaticAnalyzer/Checkers/SValExplainer.h /usr/include/clang/StaticAnalyzer/Core /usr/include/clang/StaticAnalyzer/Core/Analyses.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/BugReporterVisitor.h /usr/include/clang/StaticAnalyzer/Core/BugReporter/BugType.h /usr/include/clang/StaticAnalyzer/Core/BugReporter/CommonBugCategories.h /usr/include/clang/StaticAnalyzer/Core/BugReporter/PathDiagnostic.h /usr/include/clang/StaticAnalyzer/Core/Checker.h /usr/include/clang/StaticAnalyzer/Core/CheckerManager.h /usr/include/clang/StaticAnalyzer/Core/CheckerOptInfo.h /usr/include/clang/StaticAnalyzer/Core/CheckerRegistry.h /usr/include/clang/StaticAnalyzer/Core/IssueHash.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/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/DynamicTypeInfo.h /usr/include/clang/StaticAnalyzer/Core/PathSensitive/DynamicTypeMap.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/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/Regions.def /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/SubEngine.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/TaintManager.h /usr/include/clang/StaticAnalyzer/Core/PathSensitive/TaintTag.h /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/CheckerRegistration.h /usr/include/clang/StaticAnalyzer/Frontend/FrontendActions.h /usr/include/clang/StaticAnalyzer/Frontend/ModelConsumer.h /usr/include/clang/Tooling /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/Lookup.h /usr/include/clang/Tooling/Core/QualTypeNames.h /usr/include/clang/Tooling/Core/Replacement.h /usr/include/clang/Tooling/DiagnosticsYaml.h /usr/include/clang/Tooling/FileMatchTrie.h /usr/include/clang/Tooling/FixIt.h /usr/include/clang/Tooling/JSONCompilationDatabase.h /usr/include/clang/Tooling/Refactoring /usr/include/clang/Tooling/Refactoring.h /usr/include/clang/Tooling/Refactoring/AtomicChange.h /usr/include/clang/Tooling/Refactoring/RecursiveSymbolVisitor.h /usr/include/clang/Tooling/Refactoring/Rename /usr/include/clang/Tooling/Refactoring/Rename/RenamingAction.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/Tooling.h /usr/lib/cmake/clang /usr/lib/cmake/clang/ClangConfig.cmake /usr/lib/cmake/clang/ClangTargets-relwithdebinfo.cmake /usr/lib/cmake/clang/ClangTargets.cmake /usr/lib/libclang.so /usr/lib/libclangARCMigrate.so /usr/lib/libclangAST.so /usr/lib/libclangASTMatchers.so /usr/lib/libclangAnalysis.so /usr/lib/libclangApplyReplacements.so /usr/lib/libclangBasic.so /usr/lib/libclangChangeNamespace.so /usr/lib/libclangCodeGen.so /usr/lib/libclangDaemon.so /usr/lib/libclangDriver.so /usr/lib/libclangDynamicASTMatchers.so /usr/lib/libclangEdit.so /usr/lib/libclangFormat.so /usr/lib/libclangFrontend.so /usr/lib/libclangFrontendTool.so /usr/lib/libclangIncludeFixer.so /usr/lib/libclangIncludeFixerPlugin.so /usr/lib/libclangIndex.so /usr/lib/libclangLex.so /usr/lib/libclangMove.so /usr/lib/libclangParse.so /usr/lib/libclangQuery.so /usr/lib/libclangReorderFields.so /usr/lib/libclangRewrite.so /usr/lib/libclangRewriteFrontend.so /usr/lib/libclangSema.so /usr/lib/libclangSerialization.so /usr/lib/libclangStaticAnalyzerCheckers.so /usr/lib/libclangStaticAnalyzerCore.so /usr/lib/libclangStaticAnalyzerFrontend.so /usr/lib/libclangTidy.so /usr/lib/libclangTidyAndroidModule.so /usr/lib/libclangTidyBoostModule.so /usr/lib/libclangTidyBugproneModule.so /usr/lib/libclangTidyCERTModule.so /usr/lib/libclangTidyCppCoreGuidelinesModule.so /usr/lib/libclangTidyGoogleModule.so /usr/lib/libclangTidyHICPPModule.so /usr/lib/libclangTidyLLVMModule.so /usr/lib/libclangTidyMPIModule.so /usr/lib/libclangTidyMiscModule.so /usr/lib/libclangTidyModernizeModule.so /usr/lib/libclangTidyPerformanceModule.so /usr/lib/libclangTidyPlugin.so /usr/lib/libclangTidyReadabilityModule.so /usr/lib/libclangTidyUtils.so /usr/lib/libclangTooling.so /usr/lib/libclangToolingCore.so /usr/lib/libclangToolingRefactor.so /usr/lib/libfindAllSymbols.so /usr/share/doc/packages/llvm-clang /usr/share/doc/packages/llvm-clang/html /usr/share/doc/packages/llvm-clang/html/AddressSanitizer.html /usr/share/doc/packages/llvm-clang/html/AttributeReference.html /usr/share/doc/packages/llvm-clang/html/AutomaticReferenceCounting.html /usr/share/doc/packages/llvm-clang/html/Block-ABI-Apple.html /usr/share/doc/packages/llvm-clang/html/Block-ABI-Apple.txt /usr/share/doc/packages/llvm-clang/html/BlockLanguageSpec.html /usr/share/doc/packages/llvm-clang/html/ClangCheck.html /usr/share/doc/packages/llvm-clang/html/ClangCommandLineReference.html /usr/share/doc/packages/llvm-clang/html/ClangFormat.html /usr/share/doc/packages/llvm-clang/html/ClangFormatStyleOptions.html /usr/share/doc/packages/llvm-clang/html/ClangPlugins.html /usr/share/doc/packages/llvm-clang/html/ClangTools.html /usr/share/doc/packages/llvm-clang/html/CommandGuide /usr/share/doc/packages/llvm-clang/html/CommandGuide/clang.html /usr/share/doc/packages/llvm-clang/html/CommandGuide/index.html /usr/share/doc/packages/llvm-clang/html/ControlFlowIntegrity.html /usr/share/doc/packages/llvm-clang/html/ControlFlowIntegrityDesign.html /usr/share/doc/packages/llvm-clang/html/CrossCompilation.html /usr/share/doc/packages/llvm-clang/html/DataFlowSanitizer.html /usr/share/doc/packages/llvm-clang/html/DataFlowSanitizerDesign.html /usr/share/doc/packages/llvm-clang/html/DiagnosticsReference.html /usr/share/doc/packages/llvm-clang/html/DriverInternals.html /usr/share/doc/packages/llvm-clang/html/ExternalClangExamples.html /usr/share/doc/packages/llvm-clang/html/FAQ.html /usr/share/doc/packages/llvm-clang/html/HowToSetupToolingForLLVM.html /usr/share/doc/packages/llvm-clang/html/InternalsManual.html /usr/share/doc/packages/llvm-clang/html/IntroductionToTheClangAST.html /usr/share/doc/packages/llvm-clang/html/ItaniumMangleAbiTags.html /usr/share/doc/packages/llvm-clang/html/JSONCompilationDatabase.html /usr/share/doc/packages/llvm-clang/html/LTOVisibility.html /usr/share/doc/packages/llvm-clang/html/LanguageExtensions.html /usr/share/doc/packages/llvm-clang/html/LeakSanitizer.html /usr/share/doc/packages/llvm-clang/html/LibASTMatchers.html /usr/share/doc/packages/llvm-clang/html/LibASTMatchersReference.html /usr/share/doc/packages/llvm-clang/html/LibASTMatchersTutorial.html /usr/share/doc/packages/llvm-clang/html/LibFormat.html /usr/share/doc/packages/llvm-clang/html/LibTooling.html /usr/share/doc/packages/llvm-clang/html/MSVCCompatibility.html /usr/share/doc/packages/llvm-clang/html/MemorySanitizer.html /usr/share/doc/packages/llvm-clang/html/Modules.html /usr/share/doc/packages/llvm-clang/html/ObjectiveCLiterals.html /usr/share/doc/packages/llvm-clang/html/PCHInternals.html /usr/share/doc/packages/llvm-clang/html/PTHInternals.html /usr/share/doc/packages/llvm-clang/html/RAVFrontendAction.html /usr/share/doc/packages/llvm-clang/html/ReleaseNotes.html /usr/share/doc/packages/llvm-clang/html/SafeStack.html /usr/share/doc/packages/llvm-clang/html/SanitizerCoverage.html /usr/share/doc/packages/llvm-clang/html/SanitizerSpecialCaseList.html /usr/share/doc/packages/llvm-clang/html/SanitizerStats.html /usr/share/doc/packages/llvm-clang/html/SourceBasedCodeCoverage.html /usr/share/doc/packages/llvm-clang/html/ThinLTO.html /usr/share/doc/packages/llvm-clang/html/ThreadSafetyAnalysis.html /usr/share/doc/packages/llvm-clang/html/ThreadSanitizer.html /usr/share/doc/packages/llvm-clang/html/Toolchain.html /usr/share/doc/packages/llvm-clang/html/Tooling.html /usr/share/doc/packages/llvm-clang/html/UndefinedBehaviorSanitizer.html /usr/share/doc/packages/llvm-clang/html/UsersManual.html /usr/share/doc/packages/llvm-clang/html/_images /usr/share/doc/packages/llvm-clang/html/_images/DriverArchitecture.png /usr/share/doc/packages/llvm-clang/html/_images/PCHLayout.png /usr/share/doc/packages/llvm-clang/html/_sources /usr/share/doc/packages/llvm-clang/html/_sources/AddressSanitizer.txt /usr/share/doc/packages/llvm-clang/html/_sources/AttributeReference.txt /usr/share/doc/packages/llvm-clang/html/_sources/AutomaticReferenceCounting.txt /usr/share/doc/packages/llvm-clang/html/_sources/Block-ABI-Apple.txt /usr/share/doc/packages/llvm-clang/html/_sources/BlockLanguageSpec.txt /usr/share/doc/packages/llvm-clang/html/_sources/ClangCheck.txt /usr/share/doc/packages/llvm-clang/html/_sources/ClangCommandLineReference.txt /usr/share/doc/packages/llvm-clang/html/_sources/ClangFormat.txt /usr/share/doc/packages/llvm-clang/html/_sources/ClangFormatStyleOptions.txt /usr/share/doc/packages/llvm-clang/html/_sources/ClangPlugins.txt /usr/share/doc/packages/llvm-clang/html/_sources/ClangTools.txt /usr/share/doc/packages/llvm-clang/html/_sources/CommandGuide /usr/share/doc/packages/llvm-clang/html/_sources/CommandGuide/clang.txt /usr/share/doc/packages/llvm-clang/html/_sources/CommandGuide/index.txt /usr/share/doc/packages/llvm-clang/html/_sources/ControlFlowIntegrity.txt /usr/share/doc/packages/llvm-clang/html/_sources/ControlFlowIntegrityDesign.txt /usr/share/doc/packages/llvm-clang/html/_sources/CrossCompilation.txt /usr/share/doc/packages/llvm-clang/html/_sources/DataFlowSanitizer.txt /usr/share/doc/packages/llvm-clang/html/_sources/DataFlowSanitizerDesign.txt /usr/share/doc/packages/llvm-clang/html/_sources/DiagnosticsReference.txt /usr/share/doc/packages/llvm-clang/html/_sources/DriverInternals.txt /usr/share/doc/packages/llvm-clang/html/_sources/ExternalClangExamples.txt /usr/share/doc/packages/llvm-clang/html/_sources/FAQ.txt /usr/share/doc/packages/llvm-clang/html/_sources/HowToSetupToolingForLLVM.txt /usr/share/doc/packages/llvm-clang/html/_sources/InternalsManual.txt /usr/share/doc/packages/llvm-clang/html/_sources/IntroductionToTheClangAST.txt /usr/share/doc/packages/llvm-clang/html/_sources/ItaniumMangleAbiTags.txt /usr/share/doc/packages/llvm-clang/html/_sources/JSONCompilationDatabase.txt /usr/share/doc/packages/llvm-clang/html/_sources/LTOVisibility.txt /usr/share/doc/packages/llvm-clang/html/_sources/LanguageExtensions.txt /usr/share/doc/packages/llvm-clang/html/_sources/LeakSanitizer.txt /usr/share/doc/packages/llvm-clang/html/_sources/LibASTMatchers.txt /usr/share/doc/packages/llvm-clang/html/_sources/LibASTMatchersTutorial.txt /usr/share/doc/packages/llvm-clang/html/_sources/LibFormat.txt /usr/share/doc/packages/llvm-clang/html/_sources/LibTooling.txt /usr/share/doc/packages/llvm-clang/html/_sources/MSVCCompatibility.txt /usr/share/doc/packages/llvm-clang/html/_sources/MemorySanitizer.txt /usr/share/doc/packages/llvm-clang/html/_sources/Modules.txt /usr/share/doc/packages/llvm-clang/html/_sources/ObjectiveCLiterals.txt /usr/share/doc/packages/llvm-clang/html/_sources/PCHInternals.txt /usr/share/doc/packages/llvm-clang/html/_sources/PTHInternals.txt /usr/share/doc/packages/llvm-clang/html/_sources/RAVFrontendAction.txt /usr/share/doc/packages/llvm-clang/html/_sources/ReleaseNotes.txt /usr/share/doc/packages/llvm-clang/html/_sources/SafeStack.txt /usr/share/doc/packages/llvm-clang/html/_sources/SanitizerCoverage.txt /usr/share/doc/packages/llvm-clang/html/_sources/SanitizerSpecialCaseList.txt /usr/share/doc/packages/llvm-clang/html/_sources/SanitizerStats.txt /usr/share/doc/packages/llvm-clang/html/_sources/SourceBasedCodeCoverage.txt /usr/share/doc/packages/llvm-clang/html/_sources/ThinLTO.txt /usr/share/doc/packages/llvm-clang/html/_sources/ThreadSafetyAnalysis.txt /usr/share/doc/packages/llvm-clang/html/_sources/ThreadSanitizer.txt /usr/share/doc/packages/llvm-clang/html/_sources/Toolchain.txt /usr/share/doc/packages/llvm-clang/html/_sources/Tooling.txt /usr/share/doc/packages/llvm-clang/html/_sources/UndefinedBehaviorSanitizer.txt /usr/share/doc/packages/llvm-clang/html/_sources/UsersManual.txt /usr/share/doc/packages/llvm-clang/html/_sources/index.txt /usr/share/doc/packages/llvm-clang/html/_static /usr/share/doc/packages/llvm-clang/html/_static/ajax-loader.gif /usr/share/doc/packages/llvm-clang/html/_static/alert_info_32.png /usr/share/doc/packages/llvm-clang/html/_static/alert_warning_32.png /usr/share/doc/packages/llvm-clang/html/_static/basic.css /usr/share/doc/packages/llvm-clang/html/_static/bg-page.png /usr/share/doc/packages/llvm-clang/html/_static/bullet_orange.png /usr/share/doc/packages/llvm-clang/html/_static/comment-bright.png /usr/share/doc/packages/llvm-clang/html/_static/comment-close.png /usr/share/doc/packages/llvm-clang/html/_static/comment.png /usr/share/doc/packages/llvm-clang/html/_static/doctools.js /usr/share/doc/packages/llvm-clang/html/_static/down-pressed.png /usr/share/doc/packages/llvm-clang/html/_static/down.png /usr/share/doc/packages/llvm-clang/html/_static/file.png /usr/share/doc/packages/llvm-clang/html/_static/haiku.css /usr/share/doc/packages/llvm-clang/html/_static/jquery-1.11.1.js /usr/share/doc/packages/llvm-clang/html/_static/jquery.js /usr/share/doc/packages/llvm-clang/html/_static/minus.png /usr/share/doc/packages/llvm-clang/html/_static/plus.png /usr/share/doc/packages/llvm-clang/html/_static/pygments.css /usr/share/doc/packages/llvm-clang/html/_static/searchtools.js /usr/share/doc/packages/llvm-clang/html/_static/underscore-1.3.1.js /usr/share/doc/packages/llvm-clang/html/_static/underscore.js /usr/share/doc/packages/llvm-clang/html/_static/up-pressed.png /usr/share/doc/packages/llvm-clang/html/_static/up.png /usr/share/doc/packages/llvm-clang/html/_static/websupport.js /usr/share/doc/packages/llvm-clang/html/genindex.html /usr/share/doc/packages/llvm-clang/html/index.html /usr/share/doc/packages/llvm-clang/html/objects.inv /usr/share/doc/packages/llvm-clang/html/search.html /usr/share/doc/packages/llvm-clang/html/searchindex.js
Generated by rpm2html 1.8.1
Fabrice Bellet, Tue Jul 9 18:42:22 2024