150
|
1 //===----------------------------------------------------------------------===//
|
|
2 // Clang Tools repository
|
|
3 //===----------------------------------------------------------------------===//
|
|
4
|
|
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.
|
|
9
|
|
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.
|
|
12
|
|
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
|
|
16
|
|
17 Code review for this tree should take place on the standard Clang patch and
|
|
18 commit lists:
|
|
19 http://lists.llvm.org/mailman/listinfo/cfe-commits
|
|
20
|
|
21 If you find a bug in these tools, please file it in the LLVM bug tracker:
|
|
22 http://llvm.org/bugs/
|