summaryrefslogtreecommitdiffstats
path: root/clang/docs/LibASTMatchersReference.html
Commit message (Expand)AuthorAgeFilesLines
* Add translationUnitDecl matcher.Samuel Benzaquen2015-02-101-31/+54
* Re-apply r222646 (was reverted in r222667). Adding 4 ASTMatchers: typedefDecl...Manuel Klimek2014-11-251-1/+146
* Reverting r222646; the tests do not pass on Windows. Also reverts r222664, wh...Aaron Ballman2014-11-241-146/+1
* Adding 4 ASTMatchers: typedefDecl, isInMainFile, isInSystemFile, isInFileMatc...Manuel Klimek2014-11-241-1/+146
* Implement various matchers around template argument handling.Manuel Klimek2014-10-091-0/+103
* Add matcher for linkage specificationManuel Klimek2014-09-041-0/+10
* Add hasAttr matcher for declarations.Manuel Klimek2014-08-251-21/+4
* Add isDeleted() matcher for FunctionDecl nodes.Samuel Benzaquen2014-08-151-1/+12
* Adds AST matchers for matching CUDA declarations.Manuel Klimek2014-08-051-34/+78
* Add hasLocalStorage/hasGlobalStorage matchers.Samuel Benzaquen2014-06-051-0/+25
* Make equalsNode work with pointers to subtypes.Manuel Klimek2014-05-271-2/+2
* Adds child traversal matchers for IfStmt's then and else branches.Manuel Klimek2014-05-271-0/+18
* Allow hasBody on CXXForRangeStmt nodes and update the docs.Manuel Klimek2014-05-271-6/+38
* Add loc() to the dynamic registry.Samuel Benzaquen2014-03-101-12/+12
* Fix AST matcher documentation for overloaded matchers.Manuel Klimek2014-02-241-25/+96
* Fix docs generation for the AST matchers:Manuel Klimek2014-02-241-31/+73
* Add partial support for the hasDeclaration() matcher in the dynamic layer.Samuel Benzaquen2013-11-181-29/+247
* Fix constructor-related typos.Benjamin Kramer2013-09-091-1/+1
* Rewrite eachOf/allOf/anyOf to use a variadic operator.Samuel Benzaquen2013-08-271-18/+18
* Refactor ArgumentAdaptativeMatcher matchers to remove the template from their...Samuel Benzaquen2013-08-161-10/+18
* Fix incorrect documentation generation for type matchers.Manuel Klimek2013-07-251-284/+0
* Update docs.Manuel Klimek2013-07-241-8/+81
* Add support for type traversal matchers.Samuel Benzaquen2013-07-151-24/+24
* Add support for polymorphic matchers. Use runtime type checking to determine ...Samuel Benzaquen2013-06-211-0/+38
* Improve documentation for AST matchers.Manuel Klimek2013-06-211-0/+23
* Adds the equalsBoundNode matcher.Manuel Klimek2013-06-201-0/+92
* Implements declaratorDecl, parmVarDecl and hassTypeLoc matchers.Manuel Klimek2013-06-201-0/+37
* Fixes the comment for hasDeclaration.Manuel Klimek2013-06-101-31/+117
* Adding isConst() ASTMatcher for CXXMethodDecl nodesEdwin Vane2013-05-091-0/+13
* Updating LibASTMatchersReference to include namespaceDecl()Edwin Vane2013-05-091-0/+11
* Adding new AST Matchers isVirtual and isOverrideEdwin Vane2013-04-091-0/+28
* Adding a hasLocalQualifiers() AST Matcher.Edwin Vane2013-04-021-0/+15
* Adding parenType() and innerType() AST MatchersEdwin Vane2013-04-011-0/+38
* Updating LibASTMatchersReferenceEdwin Vane2013-03-281-40/+40
* Adding lvalue and rvalue reference type matchersEdwin Vane2013-03-071-8/+84
* New ASTMatchers and enhancement to hasOverloadedOperatorNameEdwin Vane2013-03-061-7/+58
* hasQualifer() matcher should return false if there's no qualifierEdwin Vane2013-03-041-1/+1
* Various additions to ASTMatcher library:Edwin Vane2013-02-251-0/+120
* Adding hasDeclaration overload for TemplateSpecializationTypeEdwin Vane2013-02-251-15/+64
* Update generated documentation after recent matcher addition.Daniel Jasper2013-02-251-0/+55
* Support in hasDeclaration for types with getDecl()Edwin Vane2013-02-191-15/+38
* Implements equalsNode for Decl and Stmt.Manuel Klimek2013-02-071-0/+15
* Cleanup of ASTMatcher macros and adding support for overloaded matchers.Manuel Klimek2013-02-061-14/+22
* Implements the convenience matcher findAll.Manuel Klimek2013-02-041-0/+34
* Fixes dump_ast_matchers to parse all matcher macros and updates theManuel Klimek2013-01-091-2/+617
* Update matcher documentation with script.Daniel Jasper2012-12-041-154/+449
* Introduces anchors into LibASTMatchersReference.html.Manuel Klimek2012-09-071-158/+183
* Update reference docs to latest changes.Manuel Klimek2012-08-261-163/+177
* Adds the most requested doc for the AST matchers: a referenceManuel Klimek2012-08-201-0/+1899
OpenPOWER on IntegriCloud