]> granicus.if.org Git - clang/commit
The new clang-ast-dump tool for selective AST dumping. Moved common command-line...
authorAlexander Kornienko <alexfh@google.com>
Mon, 16 Jul 2012 12:46:48 +0000 (12:46 +0000)
committerAlexander Kornienko <alexfh@google.com>
Mon, 16 Jul 2012 12:46:48 +0000 (12:46 +0000)
commitdea8fba3c632745136017f3e8e9d9e0341d6feb9
treee055799bf1f4cf94059f34136d03a6f64c9a0a77
parente994bb6b02f061c4e2442abe0c72913f6a74b961
The new clang-ast-dump tool for selective AST dumping. Moved common command-line tool stuff to CommandLineClangTool

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@160265 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Tooling/CommandLineClangTool.h [new file with mode: 0644]
lib/Tooling/CMakeLists.txt
lib/Tooling/CommandLineClangTool.cpp [new file with mode: 0644]
test/CMakeLists.txt
test/Tooling/clang-ast-dump.cpp [new file with mode: 0644]
tools/CMakeLists.txt
tools/Makefile
tools/clang-ast-dump/CMakeLists.txt [new file with mode: 0644]
tools/clang-ast-dump/ClangASTDump.cpp [new file with mode: 0644]
tools/clang-ast-dump/Makefile [new file with mode: 0644]
tools/clang-check/ClangCheck.cpp