summaryrefslogtreecommitdiffstats
path: root/clang/unittests/ASTMatchers/ASTMatchersTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* Adding tests since when I was asked whether this works I wasn'tManuel Klimek2012-12-101-0/+7
* Implements multiple parents in the parent map.Manuel Klimek2012-12-061-0/+36
* Fix spelling I ran over while proof-reading tests.Manuel Klimek2012-12-041-1/+1
* Fixes crash in isDerivedFrom for recursive templates.Manuel Klimek2012-12-041-0/+11
* Add parameterCountIs() matcher.Daniel Jasper2012-12-041-0/+8
* Sort the #include lines for unittests/...Chandler Carruth2012-12-041-1/+1
* Make hasDeclaration work for enums.Daniel Jasper2012-12-031-0/+6
* Update unit tests not to rely on transitive includes.Benjamin Kramer2012-12-011-0/+1
* Fix partial-match-bind-behavior with forEachDescendant() matchers.Daniel Jasper2012-11-161-0/+16
* Do not use data recursion in ASTMatchFinder.Daniel Jasper2012-11-151-0/+19
* Fix binding of nodes in case of forEach..() matchers.Daniel Jasper2012-11-111-0/+11
* Insert interception point onStartOfTranslationUnit.Manuel Klimek2012-11-021-0/+21
* Implement descendant matchers for NestedNamespecifiersDaniel Jasper2012-10-301-0/+88
* Fix ASTMatchersTests to not create an overloaded-virtual warning.Daniel Jasper2012-10-291-0/+9
* Implement has(), hasDescendant(), forEach() and forEachDescendant() forDaniel Jasper2012-10-291-52/+113
* Adds the possibility to run ASTMatchFinder over arbitrary AST nodes.Manuel Klimek2012-10-241-0/+37
* Make hasDeclaration() matcher work inside the memberExpr() matcher.Daniel Jasper2012-10-231-0/+9
* Implements the thisExpr matcher.Manuel Klimek2012-10-231-0/+7
* Implement hasParent()-matcher.Daniel Jasper2012-10-221-0/+12
* Fix tests, which accidentally matched implicit code on specificDaniel Jasper2012-10-171-26/+44
* First version of matchers for Types and TypeLocs.Daniel Jasper2012-10-171-2/+181
* Fix ASTMatchersTests in configurations whereDaniel Jasper2012-10-011-4/+4
* Add matchers for selected C++11 features.Daniel Jasper2012-10-011-5/+36
* Fix refersToDeclaration()-matcher and add missing test case. This wasDaniel Jasper2012-09-291-0/+6
* Add some matchers for basic AST nodes.Daniel Jasper2012-09-201-0/+35
* Fix isDerivedFrom matcher.Daniel Jasper2012-09-181-0/+10
* Add missing matcher for C-style cast expressions.Daniel Jasper2012-09-181-0/+14
* Make all VariadicDynCast-Expr-matchers StatementMatchersDaniel Jasper2012-09-181-70/+64
* Create initial support for matching and binding NestedNameSpecifier(Loc)s.Daniel Jasper2012-09-131-45/+95
* Rename isA to isSameOrDerivedFrom.Daniel Jasper2012-09-121-1/+1
* Change the behavior of the isDerivedFrom-matcher to not match on theDaniel Jasper2012-09-071-4/+10
* Implements hasAncestor.Manuel Klimek2012-09-071-10/+89
* Introduces DynTypedMatcher as a new concept that replaces the UntypedBaseMatc...Manuel Klimek2012-09-051-2/+1
* Fixes a bug for binding memoized match results.Manuel Klimek2012-08-301-0/+12
* New matcher for MaterializeTemporaryExprSam Panzer2012-08-241-0/+35
* Rename the ASTMatchers to better match AST nodes. Now, allDaniel Jasper2012-08-241-458/+464
* AST Matchers tests: test that member() matches member allocation functions:Dmitri Gribenko2012-08-181-2/+2
* AST Matchers tests: test that member() matches member allocation functions.Dmitri Gribenko2012-08-181-0/+13
* AST Matchers: introduce functionTemplate(), classTemplate() andDmitri Gribenko2012-08-171-0/+91
* Matchers related to DeclStmt for matching the count of declarations, a partic...Sam Panzer2012-08-161-0/+34
* Matchers which correspond to CastExpr, IgnoreImpCasts, IgnoreParenCasts, and ...Sam Panzer2012-08-161-0/+217
* Add ASTMatcher for matching extern "C" function declarations.Daniel Jasper2012-08-151-0/+6
* Add missing tests for class template specialization and templateDaniel Jasper2012-08-011-0/+40
* Fix for ASTMatchFinder to visit a functions parameter declarations.Daniel Jasper2012-07-301-0/+6
* Introduces the 'decl' matcher which was missing for a whileManuel Klimek2012-07-251-1/+14
* Introduces a new concept for binding results to matchersManuel Klimek2012-07-241-20/+21
* Make the isDerivedFrom matcher more generic.Daniel Jasper2012-07-171-2/+12
* Fix spelling of anyOf matcher and add missing test.Daniel Jasper2012-07-151-3/+6
* This commit combines three patches to the ASTMatchers.Daniel Jasper2012-07-121-5/+47
* Add more matchers and do cleanups.Daniel Jasper2012-07-101-22/+230
OpenPOWER on IntegriCloud