• Home
Name Date Size #Lines LOC

..--

clang-apply-replacements/03-May-2024-602366

clang-change-namespace/03-May-2024-1,4411,002

clang-doc/03-May-2024-6,8475,366

clang-include-fixer/03-May-2024-5,0113,587

clang-move/03-May-2024-1,6811,184

clang-query/03-May-2024-1,088809

clang-reorder-fields/03-May-2024-491345

clang-tidy/03-May-2024-70,23447,169

clangd/03-May-2024-101,13377,507

docs/03-May-2024-21,82515,251

modularize/03-May-2024-4,2312,456

pp-trace/03-May-2024-1,095740

test/03-May-2024-71,40640,379

tool-template/03-May-2024-14179

unittests/03-May-2024-12,07810,196

.gitignoreD03-May-20241.3 KiB3329

CMakeLists.txtD03-May-20241 KiB3730

CODE_OWNERS.TXTD03-May-2024817 3023

LICENSE.TXTD03-May-202414.8 KiB279229

README.txtD03-May-20241 KiB2317

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