Name
Date
Size
#Lines
LOC

..--

clang-apply-replacements/H--624391

clang-change-namespace/H--1,4451,007

clang-doc/H--7,7105,980

clang-include-fixer/H--5,0843,657

clang-move/H--1,6891,192

clang-query/H--1,129841

clang-reorder-fields/H--497350

clang-tidy/H--107,47472,722

clangd/H--543,790513,392

docs/H--30,35121,589

include-cleaner/H--6,4234,959

modularize/H--4,2182,442

pp-trace/H--1,102746

test/H--113,96763,804

tool-template/H--14179

unittests/H--14,01211,793

.gitignoreH A D03-Mar-20131.3 KiB3329

CMakeLists.txtH A D19-Sep-20241.5 KiB5242

LICENSE.TXTH A D21-Jan-201914.8 KiB279229

Maintainers.txtH A D27-Nov-20242.3 KiB

README.txtH A D10-Jun-2022908 2015

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