This revision was automatically updated to reflect the committed changes.
Closed by commit rL311865: [clang-diff] Treat CXXCtorInitializer as a node
(authored by krobelus).
Changed prior to commit:
https://reviews.llvm.org/D37002?vs=112134&id=112841#toc
Repository:
rL LLVM
https://reviews.l
arphaman accepted this revision.
arphaman added a comment.
This revision is now accepted and ready to land.
LGTM, with one request below:
Comment at: lib/Tooling/ASTDiff/ASTDiff.cpp:954
}
- // We need to subtract 1 to get the number of descendants excluding the root.
+ //
johannes created this revision.
Herald added a subscriber: klimek.
https://reviews.llvm.org/D37002
Files:
lib/Tooling/ASTDiff/ASTDiff.cpp
test/Tooling/clang-diff-ast.cpp
Index: test/Tooling/clang-diff-ast.cpp
===
--- test/Toolin