[PATCH] D36183: [clang-diff] Simplify mapping

Alex Lorenz via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Aug 9 04:38:25 PDT 2017


arphaman added inline comments.


================
Comment at: include/clang/Tooling/ASTDiff/ASTDiff.h:114
 
-  /// If this is set to true, nodes that have parents that must not be matched
-  /// (see NodeComparison) will be allowed to be matched.
-  bool EnableMatchingWithUnmatchableParents = false;
+  bool StopAfterTopDown = false;
 
----------------
It doesn't look like this field is used in this patch, please remove it or move it to a different patch.


https://reviews.llvm.org/D36183





More information about the cfe-commits mailing list