aboutsummaryrefslogtreecommitdiff
path: root/include/clang/ASTMatchers
AgeCommit message (Expand)Author
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-28First step towards adding a parent map to the ASTContext.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-22Removing has_getDecl (added in r175532). It cause a build break for MSVC, and...Aaron Ballman
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-11Do not use VariadicDynCastAllOfMatcher where VariadicAllOfMatcher works.Manuel Klimek
2013-02-07Implements equalsNode for Decl and Stmt.Manuel Klimek
2013-02-06Cleanup of ASTMatcher macros and adding support for overloaded matchers.Manuel Klimek
2013-02-06Adds a convenience function selectFirst to simplify matching.Manuel Klimek
2013-02-05PR15095: Use more correct source locations for the InitListExpr we fake up forRichard Smith
2013-02-04Implements the convenience matcher findAll.Manuel Klimek
2013-02-04Add an eachOf matcher.Manuel Klimek
2013-02-03Remove unneeded const_castsDmitri Gribenko
2013-02-01Re-design the convenience interfaces on MatchFinder.Manuel Klimek
2013-01-12Remove useless 'llvm::' qualifier from names like StringRef and others that areDmitri Gribenko
2013-01-12Add missing includes and forward declarations so that headers don't depend onDmitri Gribenko
2013-01-08clang-format can now format #defines.Manuel Klimek
2012-12-10Clarifying comments for the MatchFinder and matchesNames matcher.Manuel Klimek
2012-12-04Add parameterCountIs() matcher.Daniel Jasper
2012-12-03Make hasDeclaration work for enums.Daniel Jasper
2012-11-30Allow matchers to access the ASTContext.Manuel Klimek
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-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-19Fix typo in comment.Nick Lewycky
2012-10-17First version of matchers for Types and TypeLocs.Daniel Jasper
2012-10-01Add matchers for selected C++11 features.Daniel Jasper
2012-09-29Fix refersToDeclaration()-matcher and add missing test case. This wasDaniel Jasper
2012-09-25A minor doc fix.Alexander Kornienko
2012-09-20Add some matchers for basic AST nodes.Daniel Jasper
2012-09-20Provide better error messages for incorrect matchers.Daniel Jasper
2012-09-18Add missing matcher for C-style cast expressions.Daniel Jasper
2012-09-18Make all VariadicDynCast-Expr-matchers StatementMatchersDaniel Jasper
2012-09-15Use LLVM_DELETED_FUNCTION in place of 'DO NOT IMPLEMENT' comments.Dmitri Gribenko
2012-09-13ASTMatchersMacros.h: Appease msvc.NAKAMURA Takumi
2012-09-13Create initial support for matching and binding NestedNameSpecifier(Loc)s.Daniel Jasper