llvm-project/clang-tools-extra
Fangrui Song a996cc217c Remove unused #include "llvm/ADT/Optional.h" 2022-12-05 06:31:11 +00:00
..
clang-apply-replacements
clang-change-namespace
clang-doc [clang-tools-extra] Use std::nullopt instead of None (NFC) 2022-12-03 11:54:50 -08:00
clang-include-fixer Remove unused #include "llvm/ADT/Optional.h" 2022-12-05 06:31:11 +00:00
clang-move
clang-query Remove unused #include "llvm/ADT/Optional.h" 2022-12-05 06:31:11 +00:00
clang-reorder-fields
clang-tidy Remove unused #include "llvm/ADT/Optional.h" 2022-12-05 06:31:11 +00:00
clangd Remove unused #include "llvm/ADT/Optional.h" 2022-12-05 06:31:11 +00:00
docs [clang-tidy] Add misc-use-anonymous-namespace check 2022-12-01 07:19:30 +00:00
include-cleaner Link with missing libs to fix broken shared unittest build 2022-12-03 01:10:13 +08:00
modularize NFC: [clang] Template argument cleanups. 2022-10-25 00:29:56 +02:00
pp-trace
pseudo [clang-tools-extra] Use std::nullopt instead of None in comments (NFC) 2022-12-04 17:40:28 -08:00
test [clang-tidy] Add misc-use-anonymous-namespace check 2022-12-01 07:19:30 +00:00
tool-template
unittests [clang-doc] Fix typedef/using output. 2022-10-25 13:47:24 -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/