aboutsummaryrefslogtreecommitdiff
path: root/unittests/ASTMatchers/ASTMatchersTest.cpp
AgeCommit message (Expand)Author
2012-09-18Add missing matcher for C-style cast expressions.Daniel Jasper
2012-09-18Make all VariadicDynCast-Expr-matchers StatementMatchersDaniel Jasper
2012-09-13Create initial support for matching and binding NestedNameSpecifier(Loc)s.Daniel Jasper
2012-09-12Rename isA to isSameOrDerivedFrom.Daniel Jasper
2012-09-07Change the behavior of the isDerivedFrom-matcher to not match on theDaniel Jasper
2012-09-07Implements hasAncestor.Manuel Klimek
2012-09-05Introduces DynTypedMatcher as a new concept that replaces the UntypedBaseMatc...Manuel Klimek
2012-08-30Fixes a bug for binding memoized match results.Manuel Klimek
2012-08-24New matcher for MaterializeTemporaryExprSam Panzer
2012-08-24Rename the ASTMatchers to better match AST nodes. Now, allDaniel Jasper
2012-08-18AST Matchers tests: test that member() matches member allocation functions:Dmitri Gribenko
2012-08-18AST Matchers tests: test that member() matches member allocation functions.Dmitri Gribenko
2012-08-17AST Matchers: introduce functionTemplate(), classTemplate() andDmitri Gribenko
2012-08-16Matchers related to DeclStmt for matching the count of declarations, a partic...Sam Panzer
2012-08-16Matchers which correspond to CastExpr, IgnoreImpCasts, IgnoreParenCasts, and ...Sam Panzer
2012-08-15Add ASTMatcher for matching extern "C" function declarations.Daniel Jasper
2012-08-01Add missing tests for class template specialization and templateDaniel Jasper
2012-07-30Fix for ASTMatchFinder to visit a functions parameter declarations.Daniel Jasper
2012-07-25Introduces the 'decl' matcher which was missing for a whileManuel Klimek
2012-07-24Introduces a new concept for binding results to matchersManuel Klimek
2012-07-17Make the isDerivedFrom matcher more generic.Daniel Jasper
2012-07-15Fix spelling of anyOf matcher and add missing test.Daniel Jasper
2012-07-12This commit combines three patches to the ASTMatchers.Daniel Jasper
2012-07-10 Add more matchers and do cleanups.Daniel Jasper
2012-07-10Disable death tests on platforms which don't support them.Benjamin Kramer
2012-07-10Fixes the MSVC build.Manuel Klimek
2012-07-06Adds the AST Matcher library, which provides a in-C++ DSL to expressManuel Klimek