]> granicus.if.org Git - clang/commit
Implemented -ast-dump, -ast-print, -ast-dump-filter options in clang-check
authorAlexander Kornienko <alexfh@google.com>
Mon, 13 Aug 2012 10:50:08 +0000 (10:50 +0000)
committerAlexander Kornienko <alexfh@google.com>
Mon, 13 Aug 2012 10:50:08 +0000 (10:50 +0000)
commit4846470d20348f2e7b1f6cf6c68f81fc0657d129
tree7d33885959f5a9960c16a00a3609087561d3a86f
parentcd6df6695c87ea55bc5e3e59043744e7946d5fab
Implemented -ast-dump, -ast-print, -ast-dump-filter options in clang-check

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@161753 91177308-0d34-0410-b5e6-96231b3b80d8
test/Tooling/clang-check-ast-dump.cpp [new file with mode: 0644]
tools/clang-check/ClangCheck.cpp