llvm-capstone/clang-tools-extra
2022-11-11 14:55:29 +01:00
..
clang-apply-replacements Fix use-after-free in clang-apply-replacements 2022-08-02 13:34:20 -07:00
clang-change-namespace Use StringRef::contains (NFC) 2022-08-28 23:29:02 -07:00
clang-doc [clang-tools-extra] Use llvm::find (NFC) 2022-10-30 09:41:55 -07:00
clang-include-fixer try to fix build more after 16544cbe64 2022-09-28 15:35:46 -04:00
clang-move Use llvm::none_of (NFC) 2022-08-14 16:25:39 -07:00
clang-query [clang-query] Add check to prevent setting srcloc when no introspection is available. 2021-04-28 11:21:35 +01:00
clang-reorder-fields Use llvm::sort instead of std::sort where possible 2022-07-23 15:19:05 +02:00
clang-tidy [clang-tidy] Use structured bindings (NFC) 2022-11-06 20:48:55 -08:00
clangd [clangd] Implement hover for string literals 2022-11-10 12:16:05 +01:00
docs [clang-tidy] Skip template ctors in modernize-use-equals-default 2022-10-28 05:30:19 +00:00
include-cleaner [include-cleaner] NFC, move the macro location fixme to findHeaders. 2022-11-11 14:55:29 +01:00
modularize NFC: [clang] Template argument cleanups. 2022-10-25 00:29:56 +02:00
pp-trace [pp-trace] Print HashLoc in InclusionDirective callback 2022-06-03 19:29:59 +08:00
pseudo [pseudo] Document disambiguation design progress 2022-10-13 13:05:24 +02:00
test [Test] Fix CHECK typo. 2022-11-04 10:18:04 -07:00
tool-template
unittests [clang-doc] Fix typedef/using output. 2022-10-25 13:47:24 -07:00
.gitignore
CMakeLists.txt Generalize "check-all" umbrella targets, use for check-clang-tools 2022-05-06 12:30:49 +02:00
CODE_OWNERS.TXT Update the clang and clang-tools-extra code owners files 2022-09-06 08:28:03 -04:00
LICENSE.TXT
README.txt [NFC] update clang-tools-extra README.txt 2022-06-10 16:59:57 +05:30

//===----------------------------------------------------------------------===//
// Clang Tools repository
//===----------------------------------------------------------------------===//

Welcome to the repository of extra Clang Tools.  This repository holds tools
that are developed as part of the LLVM compiler infrastructure project and the
Clang frontend.  These tools are kept in a separate "extra" repository to
allow lighter weight checkouts of the core Clang codebase.

All discussion regarding Clang, Clang-based tools, and code in this repository
should be held using the standard Clang forum:
  https://discourse.llvm.org/c/clang

Code review for this tree should take place on the standard Clang patch and
commit lists:
  http://lists.llvm.org/mailman/listinfo/cfe-commits

If you find a bug in these tools, please file it in the LLVM bug tracker:
  https://github.com/llvm/llvm-project/issues/