1 //===----------------------------------------------------------------------===//
2 // Clang Tools repository
3 //===----------------------------------------------------------------------===//
5 Welcome to the repository of extra Clang Tools. This repository holds tools
6 that are developed as part of the LLVM compiler infrastructure project and the
7 Clang frontend. These tools are kept in a separate "extra" repository to
8 allow lighter weight checkouts of the core Clang codebase.
10 This repository is only intended to be checked out inside of a full LLVM+Clang
11 tree, and in the 'tools/extra' subdirectory of the Clang checkout.
13 All discussion regarding Clang, Clang-based tools, and code in this repository
14 should be held using the standard Clang mailing lists:
15 http://lists.llvm.org/mailman/listinfo/cfe-dev
17 Code review for this tree should take place on the standard Clang patch and
19 http://lists.llvm.org/mailman/listinfo/cfe-commits
21 If you find a bug in these tools, please file it in the LLVM bug tracker: