summaryrefslogtreecommitdiff
path: root/include/clang/ASTMatchers/ASTMatchersMacros.h
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-091-11/+11
* Update dump_ast_matchers for many recent changes.Benjamin Kramer2018-01-171-5/+0
* ASTMatchers{,Macros}.h: Add some extra macros to use for decl/def of matchersDavid Blaikie2017-11-211-0/+45
* [AST, ASTMatchers, Basic] Fix some Clang-tidy modernize and Include What You ...Eugene Zelenko2016-12-091-2/+2
* Qualify all types used in AST matcher macros.Alexander Kornienko2015-06-171-69/+114
* Correct doxygen for matcher macros that require a body. NFC.Alexander Kornienko2015-03-091-2/+2
* ASTMatchers: Make AST_POLYMORPHIC_SUPPORTED_TYPES a variadic macroBenjamin Kramer2015-03-071-9/+2
* ASTMatchers: Make TypeList a variadic template and remove the implicit flatte...Benjamin Kramer2015-02-161-1/+1
* Fix isInstantiated and isInTemplateInstantiation to not recreate the matchers...Samuel Benzaquen2014-12-081-0/+11
* Header guard canonicalization, clang part.Benjamin Kramer2014-08-131-3/+3
* Fix equalsNode() to accept pointers to derived types.Samuel Benzaquen2014-06-051-25/+25
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-131-12/+12
* Add loc() to the dynamic registry.Samuel Benzaquen2014-03-101-0/+19
* Add partial support for the hasDeclaration() matcher in the dynamic layer.Samuel Benzaquen2013-11-181-1/+1
* Miscellaneous speling fixes.Benjamin Kramer2013-10-201-1/+1
* Add support for overloaded matchers. ie different matcher function signatures...Samuel Benzaquen2013-07-221-33/+35
* Add support for type traversal matchers.Samuel Benzaquen2013-07-151-52/+18
* Add support for polymorphic matchers. Use runtime type checking to determine ...Samuel Benzaquen2013-06-211-22/+45
* Clean up last use of dyn_cast on TypeLoc in ASTMatchersDavid Blaikie2013-02-181-3/+3
* Cleanup of ASTMatcher macros and adding support for overloaded matchers.Manuel Klimek2013-02-061-35/+93
* clang-format can now format #defines.Manuel Klimek2013-01-081-113/+111
* First version of matchers for Types and TypeLocs.Daniel Jasper2012-10-171-16/+62
* ASTMatchersMacros.h: Appease msvc.NAKAMURA Takumi2012-09-131-3/+4
* Create initial support for matching and binding NestedNameSpecifier(Loc)s.Daniel Jasper2012-09-131-0/+18
* Adds the AST Matcher library, which provides a in-C++ DSL to expressManuel Klimek2012-07-061-0/+224