llvm-project/clang-tools-extra
2022-04-28 14:34:39 +02:00
..
clang-apply-replacements
clang-change-namespace
clang-doc
clang-include-fixer
clang-move [clang][lex] NFCI: Use FileEntryRef in PPCallbacks::InclusionDirective() 2022-04-14 10:46:12 +02:00
clang-query
clang-reorder-fields
clang-tidy [clang-tidy] support --load in clang-tidy-diff.py/run-clang-tidy.py 2022-04-28 13:49:18 +02:00
clangd [clangd] Record latency for ASTSignal derivation 2022-04-28 14:34:39 +02:00
docs [clang-tidy] Reduce false positives for bugprone-infinite-loop with dependent expressions 2022-04-20 17:17:54 +02:00
modularize [clang][lex] NFCI: Use FileEntryRef in PPCallbacks::InclusionDirective() 2022-04-14 10:46:12 +02:00
pp-trace [clang][lex] NFCI: Use FileEntryRef in PPCallbacks::InclusionDirective() 2022-04-14 10:46:12 +02:00
pseudo [pseudo] NFC, fix some code-style naming violations. 2022-04-26 10:50:50 +02:00
test Use -text git attribute instead of text eol=... 2022-04-28 14:27:29 +02:00
tool-template
unittests [clang-tidy] Add a Standalone diagnostics mode to clang-tidy 2022-04-16 09:53:35 +01:00
.gitignore
CMakeLists.txt Reapply [pseudo] Move pseudoparser from clang to clang-tools-extra" 2022-03-16 01:10:55 +01:00
CODE_OWNERS.TXT
LICENSE.TXT
README.txt Replace links to archived mailing lists by links to Discourse forums 2022-03-23 10:10:20 -04:00

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