[PATCH] D36179: [clang-diff] Move printing of matches and changes to clang-diff
Alex Lorenz via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Aug 10 10:07:14 PDT 2017
arphaman added inline comments.
================
Comment at: include/clang/Tooling/ASTDiff/ASTDiff.h:40
NodeId Parent, LeftMostDescendant, RightMostDescendant;
- int Depth, Height;
+ int Depth, Height, Shift;
ast_type_traits::DynTypedNode ASTNode;
----------------
Looks like `Shift` isn't initialized anywhere.
https://reviews.llvm.org/D36179
More information about the cfe-commits
mailing list