aboutsummaryrefslogtreecommitdiff
path: root/unittests/ASTMatchers
AgeCommit message (Expand)Author
2013-04-30When deducing an 'auto' type, don't modify the type-as-written.Richard Smith
2013-04-09Adding new AST Matchers isVirtual and isOverrideEdwin Vane
2013-04-08Add matcher for NamespaceDecls.Daniel Jasper
2013-04-02Adding a hasLocalQualifiers() AST Matcher.Edwin Vane
2013-04-01Adding parenType() and innerType() AST MatchersEdwin Vane
2013-03-14Implements memoization for ancestor matching.Manuel Klimek
2013-03-07Adding lvalue and rvalue reference type matchersEdwin Vane
2013-03-06New ASTMatchers and enhancement to hasOverloadedOperatorNameEdwin Vane
2013-03-04hasQualifer() matcher should return false if there's no qualifierEdwin Vane
2013-02-27Make the negative test of recordType depend on a specific record.Manuel Klimek
2013-02-25Various additions to ASTMatcher library:Edwin Vane
2013-02-25Adding hasDeclaration overload for TemplateSpecializationTypeEdwin Vane
2013-02-25Support in hasDeclaration for types with getDecl()Edwin Vane
2013-02-25Reverting r176019. Corrupt patch.Edwin Vane
2013-02-25Support in hasDeclaration for types with getDecl()Edwin Vane
2013-02-25Add matcher for AccessSpecDecls.Daniel Jasper
2013-02-19Support in hasDeclaration for types with getDecl()Edwin Vane
2013-02-18Clean up last use of dyn_cast on TypeLoc in ASTMatchersDavid Blaikie
2013-02-12Adding more overloads for allOf matcherEdwin Vane
2013-02-07Implements equalsNode for Decl and Stmt.Manuel Klimek
2013-02-06Adds a convenience function selectFirst to simplify matching.Manuel Klimek
2013-02-04Implements the convenience matcher findAll.Manuel Klimek
2013-02-04Add an eachOf matcher.Manuel Klimek
2013-02-01Re-design the convenience interfaces on MatchFinder.Manuel Klimek
2013-01-19fix the unit tests too.Chris Lattner
2013-01-12Remove useless 'llvm::' qualifier from names like StringRef and others that areDmitri Gribenko
2012-12-10Adding tests since when I was asked whether this works I wasn'tManuel Klimek
2012-12-06Implements multiple parents in the parent map.Manuel Klimek
2012-12-04Fix spelling I ran over while proof-reading tests.Manuel Klimek
2012-12-04Fixes crash in isDerivedFrom for recursive templates.Manuel Klimek
2012-12-04Add parameterCountIs() matcher.Daniel Jasper
2012-12-04Sort the #include lines for unittests/...Chandler Carruth
2012-12-04ASTTests, ASTMatchersTests: Move clangEdit before clangAst in USEDLIB.NAKAMURA Takumi
2012-12-04Untabify (in USEDLIBS, Makefile(s)).NAKAMURA Takumi
2012-12-03Make hasDeclaration work for enums.Daniel Jasper
2012-12-01Update unit tests not to rely on transitive includes.Benjamin Kramer
2012-11-16Fix partial-match-bind-behavior with forEachDescendant() matchers.Daniel Jasper
2012-11-15Do not use data recursion in ASTMatchFinder.Daniel Jasper
2012-11-11Fix binding of nodes in case of forEach..() matchers.Daniel Jasper
2012-11-02Insert interception point onStartOfTranslationUnit.Manuel Klimek
2012-10-30Implement descendant matchers for NestedNamespecifiersDaniel Jasper
2012-10-29Fix ASTMatchersTests to not create an overloaded-virtual warning.Daniel Jasper
2012-10-29Implement has(), hasDescendant(), forEach() and forEachDescendant() forDaniel Jasper
2012-10-24Adds the possibility to run ASTMatchFinder over arbitrary AST nodes.Manuel Klimek
2012-10-23Make hasDeclaration() matcher work inside the memberExpr() matcher.Daniel Jasper
2012-10-23Implements the thisExpr matcher.Manuel Klimek
2012-10-22Implement hasParent()-matcher.Daniel Jasper
2012-10-17Fix tests, which accidentally matched implicit code on specificDaniel Jasper
2012-10-17First version of matchers for Types and TypeLocs.Daniel Jasper
2012-10-01Fix ASTMatchersTests in configurations whereDaniel Jasper