This is an archive of the discontinued LLVM Phabricator instance.

Re-introduce MatchFinder::addDynamicMatcher.
ClosedPublic

Authored by pcc on Nov 6 2013, 4:31 PM.

Diff Detail

Event Timeline

klimek added inline comments.Nov 7 2013, 8:27 AM
lib/ASTMatchers/ASTMatchFinder.cpp
819 ↗(On Diff #5387)

Does canConvertTo<QualType> return true for Type matchers? Otherwise I think we should add a case there...

pcc added inline comments.Nov 7 2013, 1:22 PM
lib/ASTMatchers/ASTMatchFinder.cpp
819 ↗(On Diff #5387)

Yes. There are a number of type matcher tests which are now also sent through this function.

pcc closed this revision.Nov 7 2013, 2:34 PM

Closed by commit rL194222 (authored by @pcc).