llvm-project/clang-tools-extra
Chandler Carruth 27a6c1ed91 Use parallel dirs here, there shouldn't be cross-tool dependencies
anyways. Also place it after the config makefile inclusion which seems
the more canonical location.

llvm-svn: 161613
2012-08-09 20:47:32 +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
CMakeLists.txt Add a root CMakeLists.txt and fix up all the test build stuff. 2012-08-07 08:33:04 +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 Use parallel dirs here, there shouldn't be cross-tool dependencies 2012-08-09 20:47:32 +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/