[PATCH] D37002: [clang-diff] Treat CXXCtorInitializer as a node
Alex Lorenz via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Aug 23 08:40:25 PDT 2017
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.
+ // We need to subtract 1 to get the number of descendants excluding the
+ // root.
----------------
Looks like an unrelated formatting change, please pre-commit it instead.
https://reviews.llvm.org/D37002
More information about the cfe-commits
mailing list