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