[PATCH] Replace overloaded ASTMatchFinder::addMatcher() function with one that takes a DynTypedMatcher.

Samuel Benzaquen sbenza at google.com
Wed May 8 12:15:25 PDT 2013



================
Comment at: lib/ASTMatchers/ASTMatchFinder.cpp:413
@@ +412,3 @@
+  // We assume that the QualType and the contained type are on the same
+  // hierarchy level. Thus, we try to match either of them.
+  void match(QualType Node) {
----------------
This comment was copied from the other visitor above which is already doing this.
I don't think it applies exactly, so I'll fix it.


http://llvm-reviews.chandlerc.com/D770



More information about the cfe-commits mailing list