summaryrefslogtreecommitdiffstats
path: root/docs/LibASTMatchersReference.html
Commit message (Expand)AuthorAgeFilesLines
* Revert "[ASTMatchers] New forEachOverriden matcher."Chandler Carruth2016-06-111-24/+0
* [ASTMatchers] New forEachOverriden matcher.Clement Courbet2016-06-101-0/+24
* Make isNoThrow and hasDynamicExceptionSpec polymorphic so they can be used wi...Aaron Ballman2016-06-071-4/+36
* Adding an AST matcher to ignore parenthesis in *types* (rather than expressio...Aaron Ballman2016-06-061-0/+15
* [ASTMatchers] Add support of hasCondition for SwitchStmt.Etienne Bergeron2016-05-301-7/+16
* [ASTMatcher] Add a node matcher for UnresolvedLookupExpr.Haojian Wu2016-05-181-0/+15
* Add the hasDynamicExceptionSpec() AST matcher to match function declarations ...Aaron Ballman2016-05-161-0/+16
* Add an AST matcher for CastExpr kindEtienne Bergeron2016-05-131-0/+9
* Add an AST matcher for string-literal lengthEtienne Bergeron2016-05-121-4/+29
* Fix the doc extraction script to work with hasAnyName and with equalsNode.Samuel Benzaquen2016-05-041-3/+34
* [ASTMatchers] New matcher forFunctionGabor Horvath2016-05-041-0/+14
* Add typedefNameDecl() and typeAliasDecl() to the AST matchers; improves hasTy...Aaron Ballman2016-04-141-2/+25
* Add AST Matchers for CXXConstructorDecl::isDelegatingConstructor and CXXMetho...Alexander Kornienko2016-04-131-13/+38
* [ASTMatchers] Existing matcher hasAnyArgument fixedGabor Horvath2016-03-301-10/+0
* [ASTMatchers] New matcher hasReturnValue addedAlexander Kornienko2016-03-221-0/+12
* Adding new AST matchers for: addrLabelExpr, atomicExpr, binaryConditionalOper...Aaron Ballman2016-03-091-73/+243
* [ASTMatchers] Add matcher hasAnyName.Samuel Benzaquen2016-02-221-0/+10
* Add an AST matcher for real floating-point types. e.g., float, double, long d...Aaron Ballman2016-02-181-18/+40
* Add a nullPointerConstant() AST matcher to handle variations of null pointer ...Aaron Ballman2016-02-161-0/+17
* Reapply r259210 with a fix for RegistryTest.cpp.Aaron Ballman2016-02-011-8/+64
* Revert r259210 "Extend hasType narrowing matcher for TypedefDecls, add functi...Hans Wennborg2016-01-291-64/+8
* Extend hasType narrowing matcher for TypedefDecls, add functionProtoType matc...Aaron Ballman2016-01-291-8/+64
* Improving documentation for the isMoveAssignmentOperator AST matcher.Aaron Ballman2016-01-231-5/+7
* Properly encode the < entity; it was missing the semicolon. Regenerating t...Aaron Ballman2016-01-221-520/+520
* Add am AST matcher for isMoveAssignmentOperator.Aaron Ballman2016-01-221-0/+15
* Add an isVirtualAsWritten AST matcher.Nico Weber2016-01-211-0/+14
* When dumping documentation for AST matchers, do something more useful with \s...Aaron Ballman2016-01-211-16/+17
* Add AST matcher support for FunctionDecls with the hasBody matcher.Aaron Ballman2016-01-201-8/+21
* Add AST matcher for paren expressions.Aaron Ballman2016-01-201-0/+8
* Add an AST matcher for checking whether a function is defaulted.Aaron Ballman2016-01-181-0/+11
* Augments r258042; changes the AST matcher tests to use matchesNot and EXPECT_...Aaron Ballman2016-01-181-0/+34
* [ASTMatchers] Fix typo in booleanType() doc.Samuel Benzaquen2015-12-221-0/+22
* 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