hanchenye-llvm-project/clang-tools-extra
Nathan James 8625f5bc79
[clang-tidy][NFC] Streamline CheckOptions error reporting.
2020-12-07 14:05:49 +00:00
..
clang-apply-replacements
clang-change-namespace [nfc][clang-change-namespace] Remove unnecessary isScoped EnumDecl Matcher 2020-10-19 12:53:51 +01:00
clang-doc
clang-include-fixer [clang][nearly-NFC] Remove some superfluous uses of NamedDecl::getNameAsString 2020-08-05 13:54:37 +01:00
clang-move [NFC] SmallVector<char...> to SmallString<...> 2020-11-27 20:36:09 +00:00
clang-query Remove the IgnoreImplicitCastsAndParentheses traversal kind 2020-11-23 14:27:48 +00:00
clang-reorder-fields
clang-tidy [clang-tidy][NFC] Streamline CheckOptions error reporting. 2020-12-07 14:05:49 +00:00
clangd [clangd] Fix windows slashes in project config diagnostics 2020-12-07 12:54:38 +01:00
docs [clang-tidy][docs] Update check options with boolean values instead of non-zero/0/1 2020-12-07 12:13:57 +00:00
modularize clang-{tools,unittests}: Stop using SourceManager::getBuffer, NFC 2020-10-15 00:35:16 -04:00
pp-trace
test [clang-tidy] implement concurrency-mt-unsafe 2020-11-30 12:27:17 +03:00
tool-template
unittests [libTooling] Remove deprecated Clang Transformer declarations 2020-11-30 20:15:26 +00:00
.gitignore
CMakeLists.txt Add an explicit toggle for the static analyzer in clang-tidy 2020-09-10 10:48:17 -04:00
CODE_OWNERS.TXT
LICENSE.TXT
README.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.

This repository is only intended to be checked out inside of a full LLVM+Clang
tree, and in the 'tools/extra' subdirectory of the Clang checkout.

All discussion regarding Clang, Clang-based tools, and code in this repository
should be held using the standard Clang mailing lists:
  http://lists.llvm.org/mailman/listinfo/cfe-dev

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:
  http://llvm.org/bugs/