hanchenye-llvm-project/clang-tools-extra
Marshall Clow 22626c3d7e Fixed some renaming detritus in the comments, and an unused variable warning. Thanks to David Blaikie and Manuel Klimek for the comments
llvm-svn: 162031
2012-08-16 17:47:06 +00:00
..
remove-cstr-calls Fix the order of the link arguments for this tool. I think there is 2012-08-09 00:12:21 +00:00
test Fix up the makefiles in the tools repo, and add a top-level makefile 2012-08-08 23:34:47 +00:00
tool-template Fixed some renaming detritus in the comments, and an unused variable warning. Thanks to David Blaikie and Manuel Klimek for the comments 2012-08-16 17:47:06 +00:00
CMakeLists.txt Rename directory from 'toolTemplate' to 'tool-template' 2012-08-14 18:59:24 +00:00
LICENSE.TXT Add a copy of the LLVM license here so that even a stand-alone checkout 2012-08-08 18:30:15 +00:00
Makefile Rename directory from 'toolTemplate' to 'tool-template' 2012-08-14 18:59:24 +00:00
README.txt Replace the stub README with a proper one based on Clang's. 2012-08-08 18:16:41 +00:00

README.txt

//===----------------------------------------------------------------------===//
// Clang Tools repository
//===----------------------------------------------------------------------===//

Welcome to the repository of extra Clang Tools.  This repository holds tools
that are developed as part of the LLVM compiler infrastructure project and the
Clang frontend.  These tools are kept in a separate "extra" repository to
allow lighter weight checkouts of the core Clang codebase.

This repository is only intended to be checked out inside of a full LLVM+Clang
tree, and in the 'tools/extra' subdirectory of the Clang checkout.

All discussion regarding Clang, Clang-based tools, and code in this repository
should be held using the standard Clang mailing lists:
  http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev

Code review for this tree should take place on the standard Clang patch and
commit lists:
  http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

If you find a bug in these tools, please file it in the LLVM bug tracker:
  http://llvm.org/bugs/