[PATCH] Re-introduce MatchFinder::addDynamicMatcher.
Manuel Klimek
klimek at google.com
Thu Nov 7 08:27:10 PST 2013
================
Comment at: lib/ASTMatchers/ASTMatchFinder.cpp:819
@@ +818,3 @@
+ return true;
+ } else if (NodeMatch.canConvertTo<QualType>()) {
+ addMatcher(NodeMatch.convertTo<QualType>(), Action);
----------------
Does canConvertTo<QualType> return true for Type matchers? Otherwise I think we should add a case there...
http://llvm-reviews.chandlerc.com/D2114
More information about the cfe-commits
mailing list