sbenza added inline comments.

================
Comment at: lib/ASTMatchers/ASTMatchersInternal.cpp:351
@@ +350,3 @@
+
+  // First, match the name.
+  if (!MatchNodeName(Pattern, Node))
----------------
klimek wrote:
> Perhaps comment that Pattern will be changed to the prefix, so it's clear 
> afterwards.
> (I wonder whether returning a tuple might be slightly easier to understand 
> here)
Renamed from Match to Consume. Is that better?


http://reviews.llvm.org/D15506



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to