summaryrefslogtreecommitdiffstats
path: root/docs/LibASTMatchersReference.html
Commit message (Expand)AuthorAgeFilesLines
...
* Update dump_ast_matchers for many recent changes.Benjamin Kramer2018-01-171-75/+244
* Add the hasDefinition() AST matcher to match class declarations that also hav...Aaron Ballman2017-11-291-0/+9
* [ASTMatchers] Matchers for new[] operatorsAdam Balogh2017-11-231-0/+20
* Add an AST matcher for hasDefaultArgument() to match on parameter declaration...Aaron Ballman2017-11-211-0/+9
* Make isDefinition matcher support ObjCMethodDeclDave Lee2017-11-141-5/+48
* Fix AST matcher documentation typoDave Lee2017-11-111-1/+1
* Add ObjC exception statement AST matchersDave Lee2017-11-111-0/+35
* Add objcCategoryImplDecl matcherDave Lee2017-10-261-0/+9
* [clang] Fix isExternC matcher docsAlexander Shaposhnikov2017-09-221-8/+14
* Add objcImplementationDecl matcherDave Lee2017-09-101-0/+9
* Unify and simplify the behavior of the hasDeclaration matcher.Manuel Klimek2017-08-021-0/+27
* [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