]> granicus.if.org Git - clang/commit
Reverts the Tooling changes as requested by Chris.
authorManuel Klimek <klimek@google.com>
Thu, 2 Jun 2011 16:58:33 +0000 (16:58 +0000)
committerManuel Klimek <klimek@google.com>
Thu, 2 Jun 2011 16:58:33 +0000 (16:58 +0000)
commit16f213142f8f8f5410672205a19f79ed3c232929
treea11e620036d64fa4f97884a4ea22c26c06ee3b24
parentfb3f4aad0436a9c40e9130598162150890c405b5
Reverts the Tooling changes as requested by Chris.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@132462 91177308-0d34-0410-b5e6-96231b3b80d8
25 files changed:
examples/CMakeLists.txt
examples/Makefile
examples/Tooling/CMakeLists.txt [deleted file]
examples/Tooling/ClangCheck.cpp [deleted file]
examples/Tooling/Makefile [deleted file]
examples/Tooling/RemoveCStrCalls/CMakeLists.txt [deleted file]
examples/Tooling/RemoveCStrCalls/Makefile [deleted file]
examples/Tooling/RemoveCStrCalls/RemoveCStrCalls.cpp [deleted file]
examples/Tooling/replace.py [deleted file]
include/clang/Tooling/ASTMatchers.h [deleted file]
include/clang/Tooling/Tooling.h [deleted file]
include/clang/Tooling/VariadicFunction.h [deleted file]
lib/CMakeLists.txt
lib/Makefile
lib/Tooling/ASTMatchers.cpp [deleted file]
lib/Tooling/CMakeLists.txt [deleted file]
lib/Tooling/JsonCompileCommandLineDatabase.cpp [deleted file]
lib/Tooling/JsonCompileCommandLineDatabase.h [deleted file]
lib/Tooling/Makefile [deleted file]
lib/Tooling/Tooling.cpp [deleted file]
test/Tooling/remove-cstr-calls.cpp [deleted file]
unittests/CMakeLists.txt
unittests/Tooling/ASTMatchersTest.cpp [deleted file]
unittests/Tooling/JsonCompileCommandLineDatabaseTest.cpp [deleted file]
unittests/Tooling/ToolingTest.cpp [deleted file]