summaryrefslogtreecommitdiffstats
path: root/clang/lib/ASTMatchers/ASTMatchFinder.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix isDerivedFrom matcher.Daniel Jasper2012-09-181-0/+1
* Create initial support for matching and binding NestedNameSpecifier(Loc)s.Daniel Jasper2012-09-131-0/+29
* Change the behavior of the isDerivedFrom-matcher to not match on theDaniel Jasper2012-09-071-6/+6
* Implements hasAncestor.Manuel Klimek2012-09-071-0/+87
* Introduces DynTypedMatcher as a new concept that replaces the UntypedBaseMatc...Manuel Klimek2012-09-051-67/+65
* Fix for ASTMatchFinder to visit a functions parameter declarations.Daniel Jasper2012-07-301-1/+2
* Make the isDerivedFrom matcher more generic.Daniel Jasper2012-07-171-37/+27
* Add more matchers and do cleanups.Daniel Jasper2012-07-101-60/+60
* Adds the AST Matcher library, which provides a in-C++ DSL to expressManuel Klimek2012-07-061-0/+556
OpenPOWER on IntegriCloud