summaryrefslogtreecommitdiffstats
path: root/docs/LibASTMatchersReference.html
Commit message (Expand)AuthorAgeFilesLines
* [ASTMatchers][NFC] integerLiteral(): Mention negative integers inClement Courbet2017-07-111-0/+32
* [ASTMatchers] Add clang-query support for equals matcherPeter Wu2017-06-081-17/+85
* Add cxxStdInitializerListExpr AST matcherJakub Kuderski2017-05-051-2/+15
* [ASTMatchers] add typeAliasTemplateDecl matcher.Eric Liu2017-03-281-0/+9
* Add AST matchers for ObjCProtocolDecl, ObjCCategoryDecl, ObjCMethodDecl, ObjC...Aaron Ballman2017-03-151-0/+53
* Fix documentation typo.Malcolm Parsons2017-01-201-1/+1
* [ASTMatchers] Add hasInClassInitializer traversal matcher for FieldDecl.Malcolm Parsons2016-12-241-0/+16
* [ASTMatchers] Fix doc for hasBitWidthMalcolm Parsons2016-12-241-2/+3
* [ASTMatcher] Add hasReplacementType matcher for SubstTemplateTypeParmTypeMalcolm Parsons2016-12-081-0/+14
* Adds hasUnqualifiedDesugaredType to allow matching through type sugar.Manuel Klimek2016-12-011-124/+136
* [ASTMatchers] Fix a typo in cStyleCastExpr() HTML docs as well. NFC.Artem Dergachev2016-11-111-1/+1
* [ASTMatcher] Add CXXNewExpr support to hasDeclarationMalcolm Parsons2016-10-311-0/+54
* [ASTMatcher] Clarify isStaticStorageClass and hasStaticStorageDuration docume...Haojian Wu2016-09-271-6/+14
* [ASTMatcher] Add isStaticStorageClass matcher for varDecl and functionDecl.Haojian Wu2016-09-261-1/+29
* Fix a typo in the doc: overriden -> overriddenSylvestre Ledru2016-08-281-1/+1
* Correct the documentation for isSignedInteger() and isUnsignedInteger().Aaron Ballman2016-08-181-2/+2
* Add an AST matcher for external formal linkage.Aaron Ballman2016-08-171-0/+20
* [ASTMatchers] Add matchers canReferToDecl() and hasUnderlyingDecl()Martin Bohme2016-08-091-0/+30
* Make isExternC work on VarDecls too.Benjamin Kramer2016-08-041-0/+12
* Fix a typo in document.Haojian Wu2016-07-291-6/+6
* [ASTMatcher] Add templateName matcher.Haojian Wu2016-07-291-0/+24
* [ASTMatcher] Add hasTemplateArgument/hasAnyTemplateArgument support in functi...Haojian Wu2016-07-291-8/+78
* [ASTMatchers] isSignedInteger() and isUnsignedInteger()Clement Courbet2016-07-121-4/+34
* Add AST matchers for handling bit-fields and narrowing based on their width.Aaron Ballman2016-07-061-1/+28
* [ASTMatchers] New forEachOverriden matcher.Clement Courbet2016-07-051-0/+24
* [ASTMatcher] Add a node matcher for EnumType.Haojian Wu2016-06-301-0/+15
* [ASTMatchers] Add isLambda() matcher.Samuel Benzaquen2016-06-281-0/+11
* IgnoringImplicit matcher.Cong Liu2016-06-241-3/+22
* 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