llvm-toolchain-9/clang-tools-extra
LLVM Packaging Team 3aaf98d5bf clang-tidy-run-bin
===================================================================

Gbp-Pq: Name clang-tidy-run-bin.diff
2022-06-27 14:58:44 +08:00
..
clang-apply-replacements Import Upstream version 9.0.1 2022-06-27 14:52:34 +08:00
clang-change-namespace Import Upstream version 9.0.1 2022-06-27 14:52:34 +08:00
clang-doc Import Upstream version 9.0.1 2022-06-27 14:52:34 +08:00
clang-include-fixer Import Upstream version 9.0.1 2022-06-27 14:52:34 +08:00
clang-move Import Upstream version 9.0.1 2022-06-27 14:52:34 +08:00
clang-query Import Upstream version 9.0.1 2022-06-27 14:52:34 +08:00
clang-reorder-fields Import Upstream version 9.0.1 2022-06-27 14:52:34 +08:00
clang-tidy clang-tidy-run-bin 2022-06-27 14:58:44 +08:00
clang-tidy-vs Import Upstream version 9.0.1 2022-06-27 14:52:34 +08:00
clangd Import Upstream version 9.0.1 2022-06-27 14:52:34 +08:00
docs Import Upstream version 9.0.1 2022-06-27 14:52:34 +08:00
modularize Import Upstream version 9.0.1 2022-06-27 14:52:34 +08:00
pp-trace Import Upstream version 9.0.1 2022-06-27 14:52:34 +08:00
test Import Upstream version 9.0.1 2022-06-27 14:52:34 +08:00
tool-template Import Upstream version 9.0.1 2022-06-27 14:52:34 +08:00
unittests Import Upstream version 9.0.1 2022-06-27 14:52:34 +08:00
.arcconfig Import Upstream version 9.0.1 2022-06-27 14:52:34 +08:00
.gitignore Import Upstream version 9.0.1 2022-06-27 14:52:34 +08:00
CMakeLists.txt Import Upstream version 9.0.1 2022-06-27 14:52:34 +08:00
CODE_OWNERS.TXT Import Upstream version 9.0.1 2022-06-27 14:52:34 +08:00
LICENSE.TXT Import Upstream version 9.0.1 2022-06-27 14:52:34 +08:00
README.txt Import Upstream version 9.0.1 2022-06-27 14:52:34 +08:00

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.

This repository is only intended to be checked out inside of a full LLVM+Clang
tree, and in the 'tools/extra' subdirectory of the Clang checkout.

All discussion regarding Clang, Clang-based tools, and code in this repository
should be held using the standard Clang mailing lists:
  http://lists.llvm.org/mailman/listinfo/cfe-dev

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:
  http://llvm.org/bugs/