================
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
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits