|
Name |
|
Date |
Size |
#Lines |
LOC |
| .. | | - | - |
| clang-apply-replacements/ | H | - | - | 624 | 391 |
| clang-change-namespace/ | H | - | - | 1,445 | 1,007 |
| clang-doc/ | H | - | - | 7,710 | 5,980 |
| clang-include-fixer/ | H | - | - | 5,084 | 3,657 |
| clang-move/ | H | - | - | 1,689 | 1,192 |
| clang-query/ | H | - | - | 1,129 | 841 |
| clang-reorder-fields/ | H | - | - | 497 | 350 |
| clang-tidy/ | H | - | - | 107,474 | 72,722 |
| clangd/ | H | - | - | 543,790 | 513,392 |
| docs/ | H | - | - | 30,351 | 21,589 |
| include-cleaner/ | H | - | - | 6,423 | 4,959 |
| modularize/ | H | - | - | 4,218 | 2,442 |
| pp-trace/ | H | - | - | 1,102 | 746 |
| test/ | H | - | - | 113,967 | 63,804 |
| tool-template/ | H | - | - | 141 | 79 |
| unittests/ | H | - | - | 14,012 | 11,793 |
| .gitignore | H A D | 03-Mar-2013 | 1.3 KiB | 33 | 29 |
| CMakeLists.txt | H A D | 19-Sep-2024 | 1.5 KiB | 52 | 42 |
| LICENSE.TXT | H A D | 21-Jan-2019 | 14.8 KiB | 279 | 229 |
| Maintainers.txt | H A D | 27-Nov-2024 | 2.3 KiB | | |
| README.txt | H A D | 10-Jun-2022 | 908 | 20 | 15 |
README.txt
1//===----------------------------------------------------------------------===//
2// Clang Tools repository
3//===----------------------------------------------------------------------===//
4
5Welcome to the repository of extra Clang Tools. This repository holds tools
6that are developed as part of the LLVM compiler infrastructure project and the
7Clang frontend. These tools are kept in a separate "extra" repository to
8allow lighter weight checkouts of the core Clang codebase.
9
10All discussion regarding Clang, Clang-based tools, and code in this repository
11should be held using the standard Clang forum:
12 https://discourse.llvm.org/c/clang
13
14Code review for this tree should take place on the standard Clang patch and
15commit lists:
16 http://lists.llvm.org/mailman/listinfo/cfe-commits
17
18If you find a bug in these tools, please file it in the LLVM bug tracker:
19 https://github.com/llvm/llvm-project/issues/
20