summaryrefslogtreecommitdiffstats
path: root/clang/docs/LibASTMatchersReference.html
Commit message (Expand)AuthorAgeFilesLines
* Add a narrowing AST matcher that matches on a FunctionDecl with a non-throwin...Aaron Ballman2015-12-021-0/+14
* Add an AST matcher for narrowing when a type is volatile-qualified.Aaron Ballman2015-11-231-0/+17
* Regenerate ASTMatchersReference without CRLF.Benjamin Kramer2015-11-201-139/+139
* Fix ASTMatcher reference newlines and make the generator script windows-proof.Benjamin Kramer2015-11-201-4688/+4688
* Re-committing r253473 after hopefully fixing the bot breakage. There was a co...Aaron Ballman2015-11-181-0/+73
* Reverting r253473 while I investigate build bot failures.Aaron Ballman2015-11-181-73/+0
* Adding AST matchers for VarDecl storage durations. Can now determine whether ...Aaron Ballman2015-11-181-0/+73
* Add an AST node matcher for TemplateTypeParmDecl objects.Eric Fiselier2015-10-171-1/+11
* Add decayedType and hasDecayedType AST matchersMatthias Gehre2015-10-121-0/+17
* Adding an AST node matcher for NonTypeTemplateParmDecl objects.Aaron Ballman2015-10-051-1/+11
* Adding a narrowing AST matcher for FunctionDecl::isVariadic(), plus tests and...Aaron Ballman2015-10-051-0/+12
* Rename AST node matchers to match the AST node names directly. Part of this r...Aaron Ballman2015-09-171-336/+405
* Fixed HasDeclarationMatcher to properly convert all types into decls where po...Aaron Ballman2015-09-111-3/+69
* Updating the AST matcher documentation with a new entry; NFC.Aaron Ballman2015-08-281-0/+14
* Adding an AST matcher for namespaceAliasDecl.Aaron Ballman2015-08-281-0/+11
* Add AST narrowing matchers for inline and anonymous namespaces. Since the inl...Aaron Ballman2015-08-181-4504/+4545
* Fix AST matcher documentation.Manuel Klimek2015-08-141-81/+242
* Add missing documentation for conversionDecl; NFC.Aaron Ballman2015-08-111-0/+12
* Add a polymorphic AST matcher for testing whether a constructor or a conversi...Aaron Ballman2015-08-111-0/+26
* Add an AST matcher to match member intializers of a CXXCtorInitializer.Aaron Ballman2015-08-111-0/+17
* Add AST matchers for narrowing constructors that are default, copy, or move c...Aaron Ballman2015-08-051-0/+52
* Add an AST matcher, isFinal(), for testing whether a method or class declarat...Aaron Ballman2015-07-241-0/+31
* Updating the documentation for the hasAttr AST matcher, which behaves somewha...Aaron Ballman2015-07-231-1/+2
* Something was unbalanced, and it wasn't the parentheses. ;-) Reverts r242915.Aaron Ballman2015-07-221-1/+1
* Balancing parenthesis in comments and documentation; NFC.Aaron Ballman2015-07-221-1/+1
* Add the ability to AST match a variable declaration that is an exception vari...Aaron Ballman2015-07-151-3/+15
* Implement an AST matcher for C++ exception catch handlers that can catch any ...Aaron Ballman2015-07-021-0/+10
* 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
OpenPOWER on IntegriCloud