llvm-project/clang-tools-extra
Nico Weber d4a6513aef try to fix build more after 16544cbe64 2022-09-28 15:35:46 -04:00
..
clang-apply-replacements
clang-change-namespace
clang-doc Revert "[clang-doc] Add typedef/using information." 2022-09-27 18:35:34 -07:00
clang-include-fixer try to fix build more after 16544cbe64 2022-09-28 15:35:46 -04:00
clang-move
clang-query
clang-reorder-fields
clang-tidy try to fix build after 16544cbe64 2022-09-28 15:18:15 -04:00
clangd try to fix build more after 16544cbe64 2022-09-28 15:35:46 -04:00
docs Document WarnOnSizeOfPointerToAggregate. 2022-09-22 17:38:04 +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-tidy] adjust treating of array-of-pointers when 'AnalyzePointers' is deactivated 2022-09-26 10:39:11 +02:00
tool-template
unittests Revert "[clang-doc] Add typedef/using information." 2022-09-27 18:35:34 -07:00
.gitignore
CMakeLists.txt
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.

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/