summaryrefslogtreecommitdiff
path: root/include/clang/ASTMatchers/ASTMatchersMacros.h
Commit message (Expand)AuthorAge
* Fix equalsNode() to accept pointers to derived types.Samuel Benzaquen2014-06-05
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-13
* Add loc() to the dynamic registry.Samuel Benzaquen2014-03-10
* Add partial support for the hasDeclaration() matcher in the dynamic layer.Samuel Benzaquen2013-11-18
* Miscellaneous speling fixes.Benjamin Kramer2013-10-20
* Add support for overloaded matchers. ie different matcher function signatures...Samuel Benzaquen2013-07-22
* Add support for type traversal matchers.Samuel Benzaquen2013-07-15
* Add support for polymorphic matchers. Use runtime type checking to determine ...Samuel Benzaquen2013-06-21
* Clean up last use of dyn_cast on TypeLoc in ASTMatchersDavid Blaikie2013-02-18
* Cleanup of ASTMatcher macros and adding support for overloaded matchers.Manuel Klimek2013-02-06
* clang-format can now format #defines.Manuel Klimek2013-01-08
* First version of matchers for Types and TypeLocs.Daniel Jasper2012-10-17
* ASTMatchersMacros.h: Appease msvc.NAKAMURA Takumi2012-09-13
* Create initial support for matching and binding NestedNameSpecifier(Loc)s.Daniel Jasper2012-09-13
* Adds the AST Matcher library, which provides a in-C++ DSL to expressManuel Klimek2012-07-06