llvm-toolchain-9/clang-tools-extra
LLVM Packaging Team b90028ad2a change all shebangs to Python3
find . -name "*.py" -exec sed "s|\!/usr/bin/env python$|\!/usr/bin/env python3|g" -i {} \;

Gbp-Pq: Name python3-shebang.patch
2022-06-27 14:59:00 +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 change all shebangs to Python3 2022-06-27 14:59:00 +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 change all shebangs to Python3 2022-06-27 14:59:00 +08:00
clang-tidy-vs Import Upstream version 9.0.1 2022-06-27 14:52:34 +08:00
clangd change all shebangs to Python3 2022-06-27 14:59:00 +08:00
docs Use Debian-provided MathJax everywhere. 2022-06-27 14:58:57 +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 change all shebangs to Python3 2022-06-27 14:59:00 +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/