llvm-project/clang-tools-extra
Haojian Wu 983cb53845 [pseudo] NFC, Remove an extral blank line. 2022-09-22 11:07:25 +02:00
..
clang-apply-replacements
clang-change-namespace Use StringRef::contains (NFC) 2022-08-28 23:29:02 -07:00
clang-doc [clang-doc] Centralize TypeInfo creation. 2022-09-20 17:55:47 +00:00
clang-include-fixer [cmake] do not set execution permission to regular files. 2022-09-07 11:04:12 +08:00
clang-move
clang-query
clang-reorder-fields
clang-tidy [clang][dataflow] Replace usage of deprecated functions with the optional check 2022-09-19 17:33:25 +00:00
clangd [clangd] Return earlier when snippet is empty 2022-09-21 00:45:26 +02:00
docs [clang-tidy] Skip union-like classes in use-equals-default 2022-09-06 20:19:47 +00:00
include-cleaner
modularize
pp-trace
pseudo [pseudo] NFC, Remove an extral blank line. 2022-09-22 11:07:25 +02:00
test [clang] use getCommonSugar in an assortment of places 2022-09-16 16:36:00 +02:00
tool-template
unittests [clang-doc] Add support for explicitly typed enums 2022-09-19 21:54:41 +00:00
.gitignore
CMakeLists.txt
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

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/