]> granicus.if.org Git - clang/commit
Reverted clang-check to fully supported CommandLine Library use-case: global
authorAlexander Kornienko <alexfh@google.com>
Wed, 22 Aug 2012 20:52:52 +0000 (20:52 +0000)
committerAlexander Kornienko <alexfh@google.com>
Wed, 22 Aug 2012 20:52:52 +0000 (20:52 +0000)
commitd7166b01df14173b7f26620c5a89f9934a968f85
tree65c3fe7566459788880fc07a77a1f35a230ba9cd
parent9072a026a111726022b4f1c7f0a925d642ae8991
Reverted clang-check to fully supported CommandLine Library use-case: global
static variables.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@162391 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Tooling/CommandLineClangTool.h [deleted file]
include/clang/Tooling/CommonOptionsParser.h [new file with mode: 0644]
lib/Tooling/CMakeLists.txt
lib/Tooling/CommonOptionsParser.cpp [moved from lib/Tooling/CommandLineClangTool.cpp with 52% similarity]
tools/clang-check/ClangCheck.cpp