llvm-project/clang-tools-extra
Haowei Wu a759477222 Revert "[clang-doc] Add typedef/using information."
This reverts commit eed22583fd, which
breaks clang build with -Werror.
2022-09-27 18:35:34 -07:00
..
clang-apply-replacements Fix use-after-free in clang-apply-replacements 2022-08-02 13:34:20 -07:00
clang-change-namespace Use StringRef::contains (NFC) 2022-08-28 23:29:02 -07:00
clang-doc Revert "[clang-doc] Add typedef/using information." 2022-09-27 18:35:34 -07:00
clang-include-fixer [clang-format][NFC] Rewrite prints in python3 compatible way 2022-09-25 13:27:42 -07:00
clang-move Use llvm::none_of (NFC) 2022-08-14 16:25:39 -07:00
clang-query
clang-reorder-fields Use llvm::sort instead of std::sort where possible 2022-07-23 15:19:05 +02:00
clang-tidy [clang-tidy] adjust treating of array-of-pointers when 'AnalyzePointers' is deactivated 2022-09-26 10:39:11 +02:00
clangd [test][clangd] Try to deflake with sanitizers 2022-09-26 22:52:48 -07:00
docs Document WarnOnSizeOfPointerToAggregate. 2022-09-22 17:38:04 +00:00
include-cleaner [include-cleaner] Fix build error in unit test 2022-06-09 03:38:13 -04:00
modularize Remove unneeded cl::ZeroOrMore for cl::opt/cl::list options 2022-06-05 00:31:44 -07:00
pp-trace [pp-trace] Print HashLoc in InclusionDirective callback 2022-06-03 19:29:59 +08:00
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 Update the clang and clang-tools-extra code owners files 2022-09-06 08:28:03 -04:00
LICENSE.TXT
README.txt [NFC] update clang-tools-extra README.txt 2022-06-10 16:59:57 +05:30

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/