]> granicus.if.org Git - clang/commit
[clang-diff] Filter AST nodes
authorJohannes Altmanninger <aclopte@gmail.com>
Sun, 20 Aug 2017 10:22:32 +0000 (10:22 +0000)
committerJohannes Altmanninger <aclopte@gmail.com>
Sun, 20 Aug 2017 10:22:32 +0000 (10:22 +0000)
commit544626fd1a0364617e75c3511addbff936ce315a
tree9fc822dda95f710a2b3b8e4c462f2ee0a3e7c88f
parent598a0a07067dc11b288c1f5da482003eb4439d68
[clang-diff] Filter AST nodes

Summary:
Ignore macros and implicit AST nodes, as well as anything outside of the
main source file.

Reviewers: arphaman

Subscribers: klimek

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

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@311280 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Tooling/ASTDiff/ASTDiff.cpp
test/Tooling/clang-diff-ast.cpp
test/Tooling/clang-diff-json.cpp