hanchenye-llvm-project/clang-tools-extra
Benjamin Kramer 4c719e5b8d clang-modernize: Update PPCallback user.
Add LLVM_OVERRIDE to make this a hard error in the future.

llvm-svn: 196659
2013-12-07 17:18:12 +00:00
..
clang-apply-replacements Adapt the code to the interface change in r196108. 2013-12-02 15:22:30 +00:00
clang-modernize clang-modernize: Update PPCallback user. 2013-12-07 17:18:12 +00:00
clang-query Revert r194247 conditional on non-MSVC. 2013-11-08 08:54:53 +00:00
clang-tidy Fix a variety of user-visible and comment typos 2013-12-01 05:08:12 +00:00
docs Fix a variety of user-visible and comment typos 2013-12-01 05:08:12 +00:00
modularize Changed ConditionValue argument to PPCallbacks If and Elif callbacks to be a 3-state enum. 2013-12-07 08:41:15 +00:00
pp-trace Changed ConditionValue argument to PPCallbacks If and Elif callbacks to be a 3-state enum. 2013-12-07 08:41:15 +00:00
remove-cstr-calls Fix speling. 2013-08-08 16:49:52 +00:00
test Changed ConditionValue argument to PPCallbacks If and Elif callbacks to be a 3-state enum. 2013-12-07 08:41:15 +00:00
tool-template
unittests Make clang's static analyzer checks available through clang-tidy. 2013-11-14 15:49:44 +00:00
.arcconfig
.gitignore
CMakeLists.txt Introduce clang-query tool. 2013-11-08 00:08:23 +00:00
CODE_OWNERS.TXT Switching code owner email address. 2013-10-08 16:28:05 +00:00
LICENSE.TXT
Makefile Introduce clang-query tool. 2013-11-08 00:08:23 +00:00
README.txt Reverted Test commit; added new line to the end of README.txt 2013-10-12 20:43:36 +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/