]> granicus.if.org Git - clang/commit
[clang-diff] Add option to dump the AST, one node per line
authorJohannes Altmanninger <aclopte@gmail.com>
Sat, 19 Aug 2017 09:36:14 +0000 (09:36 +0000)
committerJohannes Altmanninger <aclopte@gmail.com>
Sat, 19 Aug 2017 09:36:14 +0000 (09:36 +0000)
commitd9cea6adc496c110f6f2c0775f32d169ae78ee18
tree982ff7d06f7156e278d7810453baed0c0b2eddb0
parent477f579e67f1eb7da7e9df0b6d01e3ae70508859
[clang-diff] Add option to dump the AST, one node per line

Summary:
This is done with -ast-dump; the JSON variant has been renamed to
-ast-dump-json.

Reviewers: arphaman

Differential Revision: https://reviews.llvm.org/D36180

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