aboutsummaryrefslogtreecommitdiff
path: root/include/clang/ASTMatchers/ASTMatchFinder.h
AgeCommit message (Expand)Author
2013-02-06Adds a convenience function selectFirst to simplify matching.Manuel Klimek
2013-02-01Re-design the convenience interfaces on MatchFinder.Manuel Klimek
2012-12-10Clarifying comments for the MatchFinder and matchesNames matcher.Manuel Klimek
2012-11-02Insert interception point onStartOfTranslationUnit.Manuel Klimek
2012-10-24Adds the possibility to run ASTMatchFinder over arbitrary AST nodes.Manuel Klimek
2012-10-17First version of matchers for Types and TypeLocs.Daniel Jasper
2012-09-13Create initial support for matching and binding NestedNameSpecifier(Loc)s.Daniel Jasper
2012-09-05Introduces DynTypedMatcher as a new concept that replaces the UntypedBaseMatc...Manuel Klimek
2012-07-06Adds the AST Matcher library, which provides a in-C++ DSL to expressManuel Klimek