|
Name |
|
Date |
Size |
#Lines |
LOC |
| .. | | - | - |
| clang-apply-replacements/ | | 03-May-2024 | - | 602 | 366 |
| clang-change-namespace/ | | 03-May-2024 | - | 1,441 | 1,002 |
| clang-doc/ | | 03-May-2024 | - | 6,847 | 5,366 |
| clang-include-fixer/ | | 03-May-2024 | - | 5,011 | 3,587 |
| clang-move/ | | 03-May-2024 | - | 1,681 | 1,184 |
| clang-query/ | | 03-May-2024 | - | 1,088 | 809 |
| clang-reorder-fields/ | | 03-May-2024 | - | 491 | 345 |
| clang-tidy/ | | 03-May-2024 | - | 70,234 | 47,169 |
| clangd/ | | 03-May-2024 | - | 101,133 | 77,507 |
| docs/ | | 03-May-2024 | - | 21,825 | 15,251 |
| modularize/ | | 03-May-2024 | - | 4,231 | 2,456 |
| pp-trace/ | | 03-May-2024 | - | 1,095 | 740 |
| test/ | | 03-May-2024 | - | 71,406 | 40,379 |
| tool-template/ | | 03-May-2024 | - | 141 | 79 |
| unittests/ | | 03-May-2024 | - | 12,078 | 10,196 |
| .gitignore | D | 03-May-2024 | 1.3 KiB | 33 | 29 |
| CMakeLists.txt | D | 03-May-2024 | 1 KiB | 37 | 30 |
| CODE_OWNERS.TXT | D | 03-May-2024 | 817 | 30 | 23 |
| LICENSE.TXT | D | 03-May-2024 | 14.8 KiB | 279 | 229 |
| README.txt | D | 03-May-2024 | 1 KiB | 23 | 17 |
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
10This repository is only intended to be checked out inside of a full LLVM+Clang
11tree, and in the 'tools/extra' subdirectory of the Clang checkout.
12
13All discussion regarding Clang, Clang-based tools, and code in this repository
14should be held using the standard Clang mailing lists:
15 http://lists.llvm.org/mailman/listinfo/cfe-dev
16
17Code review for this tree should take place on the standard Clang patch and
18commit lists:
19 http://lists.llvm.org/mailman/listinfo/cfe-commits
20
21If you find a bug in these tools, please file it in the LLVM bug tracker:
22 http://llvm.org/bugs/
23