Details
Details
- Reviewers
klimek sbenza - Commits
- rL194222: Re-introduce MatchFinder::addDynamicMatcher.
Diff Detail
Diff Detail
Event Timeline
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... |
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. |