llvm-project/clang-tools-extra
2023-03-21 07:53:08 +01:00
..
clang-apply-replacements Move from llvm::makeArrayRef to ArrayRef deduction guides - last part 2023-01-10 11:47:43 +01:00
clang-change-namespace
clang-doc Use *{Map,Set}::contains (NFC) 2023-03-15 22:55:35 -07:00
clang-include-fixer [include-fixer] Add the missing optional header to the STL header list. 2023-03-06 10:34:53 +01:00
clang-move
clang-query [clang-tools-extra] Use std::optional instead of llvm::Optional (NFC) 2023-01-07 20:19:42 -08:00
clang-reorder-fields
clang-tidy [clang-tidy] readability-identifier-naming: fix hungarian enum prefix in C 2023-03-19 06:22:16 +00:00
clangd [clangd][NFC] Format & include cleanup for AddUsingTests.cpp 2023-03-21 07:53:08 +01:00
docs [clang-tidy] readability-identifier-naming: fix hungarian enum prefix in C 2023-03-19 06:22:16 +00:00
include-cleaner [clang] Fix a UsingTemplate regression after 3e78fa8602 2023-03-16 12:59:26 +01:00
modularize [NFC][TargetParser] Replace uses of llvm/Support/Host.h 2023-02-10 09:59:46 +00:00
pp-trace
pseudo Use llvm::popcount instead of llvm::countPopulation(NFC) 2023-01-22 12:48:51 -08:00
test [clang-tidy] readability-identifier-naming: fix hungarian enum prefix in C 2023-03-19 06:22:16 +00:00
tool-template
unittests Change ClangTidy unit tests to run in C++20 mode instead of C++11. 2023-03-02 14:06:41 +01:00
.gitignore
CMakeLists.txt
CODE_OWNERS.TXT
LICENSE.TXT
README.txt

//===----------------------------------------------------------------------===//
// 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/