summaryrefslogtreecommitdiff
path: root/docs/LibASTMatchersReference.html
AgeCommit message (Expand)Author
2017-11-29Add the hasDefinition() AST matcher to match class declarations that also hav...Aaron Ballman
2017-11-23[ASTMatchers] Matchers for new[] operatorsAdam Balogh
2017-11-21Add an AST matcher for hasDefaultArgument() to match on parameter declaration...Aaron Ballman
2017-11-14Make isDefinition matcher support ObjCMethodDeclDave Lee
2017-11-11Fix AST matcher documentation typoDave Lee
2017-11-11Add ObjC exception statement AST matchersDave Lee
2017-10-26Add objcCategoryImplDecl matcherDave Lee
2017-09-22[clang] Fix isExternC matcher docsAlexander Shaposhnikov
2017-09-10Add objcImplementationDecl matcherDave Lee
2017-08-02Unify and simplify the behavior of the hasDeclaration matcher.Manuel Klimek
2017-07-11[ASTMatchers][NFC] integerLiteral(): Mention negative integers inClement Courbet
2017-06-08[ASTMatchers] Add clang-query support for equals matcherPeter Wu
2017-05-05Add cxxStdInitializerListExpr AST matcherJakub Kuderski
2017-03-28[ASTMatchers] add typeAliasTemplateDecl matcher.Eric Liu
2017-03-15Add AST matchers for ObjCProtocolDecl, ObjCCategoryDecl, ObjCMethodDecl, ObjC...Aaron Ballman
2017-01-20Fix documentation typo.Malcolm Parsons
2016-12-24[ASTMatchers] Add hasInClassInitializer traversal matcher for FieldDecl.Malcolm Parsons
2016-12-24[ASTMatchers] Fix doc for hasBitWidthMalcolm Parsons
2016-12-08[ASTMatcher] Add hasReplacementType matcher for SubstTemplateTypeParmTypeMalcolm Parsons
2016-12-01Adds hasUnqualifiedDesugaredType to allow matching through type sugar.Manuel Klimek
2016-11-11[ASTMatchers] Fix a typo in cStyleCastExpr() HTML docs as well. NFC.Artem Dergachev
2016-10-31[ASTMatcher] Add CXXNewExpr support to hasDeclarationMalcolm Parsons
2016-09-27[ASTMatcher] Clarify isStaticStorageClass and hasStaticStorageDuration docume...Haojian Wu
2016-09-26[ASTMatcher] Add isStaticStorageClass matcher for varDecl and functionDecl.Haojian Wu
2016-08-28Fix a typo in the doc: overriden -> overriddenSylvestre Ledru
2016-08-18Correct the documentation for isSignedInteger() and isUnsignedInteger().Aaron Ballman
2016-08-17Add an AST matcher for external formal linkage.Aaron Ballman
2016-08-09[ASTMatchers] Add matchers canReferToDecl() and hasUnderlyingDecl()Martin Bohme
2016-08-04Make isExternC work on VarDecls too.Benjamin Kramer
2016-07-29Fix a typo in document.Haojian Wu
2016-07-29[ASTMatcher] Add templateName matcher.Haojian Wu
2016-07-29[ASTMatcher] Add hasTemplateArgument/hasAnyTemplateArgument support in functi...Haojian Wu
2016-07-12[ASTMatchers] isSignedInteger() and isUnsignedInteger()Clement Courbet
2016-07-06Add AST matchers for handling bit-fields and narrowing based on their width.Aaron Ballman
2016-07-05[ASTMatchers] New forEachOverriden matcher.Clement Courbet
2016-06-30[ASTMatcher] Add a node matcher for EnumType.Haojian Wu
2016-06-28[ASTMatchers] Add isLambda() matcher.Samuel Benzaquen
2016-06-24IgnoringImplicit matcher.Cong Liu
2016-06-11Revert "[ASTMatchers] New forEachOverriden matcher."Chandler Carruth
2016-06-10[ASTMatchers] New forEachOverriden matcher.Clement Courbet
2016-06-07Make isNoThrow and hasDynamicExceptionSpec polymorphic so they can be used wi...Aaron Ballman
2016-06-06Adding an AST matcher to ignore parenthesis in *types* (rather than expressio...Aaron Ballman
2016-05-30[ASTMatchers] Add support of hasCondition for SwitchStmt.Etienne Bergeron
2016-05-18[ASTMatcher] Add a node matcher for UnresolvedLookupExpr.Haojian Wu
2016-05-16Add the hasDynamicExceptionSpec() AST matcher to match function declarations ...Aaron Ballman
2016-05-13Add an AST matcher for CastExpr kindEtienne Bergeron
2016-05-12Add an AST matcher for string-literal lengthEtienne Bergeron
2016-05-04Fix the doc extraction script to work with hasAnyName and with equalsNode.Samuel Benzaquen
2016-05-04[ASTMatchers] New matcher forFunctionGabor Horvath
2016-04-14Add typedefNameDecl() and typeAliasDecl() to the AST matchers; improves hasTy...Aaron Ballman