[PATCH] D34329: [GSoC] Clang AST diffing

Alex Lorenz via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jun 20 08:35:37 PDT 2017


arphaman added inline comments.


================
Comment at: lib/Tooling/ASTDiff/ASTDiff.cpp:171
+
+std::string TreeRoot::label(NodeId Id) const {
+  const Node &N = getNode(Id);
----------------
I believe that this method that you call `label` actually represents the `value` attribute that's described in the paper for the gumtree algorithm. Is that right? If so, then this method name should be updated to reflect that.


https://reviews.llvm.org/D34329





More information about the cfe-commits mailing list