21 lines · plain
1//===----------------------------------------------------------------------===//2// Clang Tools repository3//===----------------------------------------------------------------------===//4 5Welcome to the repository of extra Clang Tools. This repository holds tools6that are developed as part of the LLVM compiler infrastructure project and the7Clang frontend. These tools are kept in a separate "extra" repository to8allow lighter weight checkouts of the core Clang codebase.9 10All discussion regarding Clang, Clang-based tools, and code in this repository11should be held using the standard Clang forums:12 https://discourse.llvm.org/c/clang13 https://discourse.llvm.org/c/clang/clang-tidy/7114 https://discourse.llvm.org/c/clang/clangd/3415 16Code review for this tree should take place on Github:17 https://github.com/llvm/llvm-project/pulls?q=label%3Aclang-tools-extra18 19If you find a bug in these tools, please file it in the LLVM bug tracker:20 https://github.com/llvm/llvm-project/issues/21