README.txt 908 B

12345678910111213141516171819
  1. //===----------------------------------------------------------------------===//
  2. // Clang Tools repository
  3. //===----------------------------------------------------------------------===//
  4. Welcome to the repository of extra Clang Tools. This repository holds tools
  5. that are developed as part of the LLVM compiler infrastructure project and the
  6. Clang frontend. These tools are kept in a separate "extra" repository to
  7. allow lighter weight checkouts of the core Clang codebase.
  8. All discussion regarding Clang, Clang-based tools, and code in this repository
  9. should be held using the standard Clang forum:
  10. https://discourse.llvm.org/c/clang
  11. Code review for this tree should take place on the standard Clang patch and
  12. commit lists:
  13. http://lists.llvm.org/mailman/listinfo/cfe-commits
  14. If you find a bug in these tools, please file it in the LLVM bug tracker:
  15. https://github.com/llvm/llvm-project/issues/