summaryrefslogtreecommitdiff
path: root/docs/LibASTMatchersReference.html
Commit message (Expand)AuthorAgeFilesLines
* [ASTImporter] Fix redecl chain of classes and class templatesGabor Marton2018-12-171-0/+10
* [clang] Add AST matcher for block expressions 🔍Stephane Moore2018-12-131-0/+8
* [AST] Store "UsesADL" information in CallExpr.Eric Fiselier2018-12-121-0/+22
* Stop stripping comments from AST matcher example code.Aaron Ballman2018-12-111-71/+70
* Revert rL347462 "[ASTMatchers] Add hasSideEffect() matcher."Clement Courbet2018-11-221-18/+0
* [ASTMatchers] Add hasSideEffect() matcher.Clement Courbet2018-11-221-0/+18
* [ASTMatchers] Re-generate ast matchers doc after rL346455.Clement Courbet2018-11-221-0/+11
* [ASTMatchers] overload ignoringParens for ExprJonas Toth2018-11-091-0/+11
* Update our URLs in clang doc to use httpsSylvestre Ledru2018-11-041-658/+658
* Add the isStaticLocal() AST matcher for matching on local static variables.Aaron Ballman2018-10-291-0/+12
* Remove non-existant typeloc matchers from documentationStephen Kelly2018-10-091-107/+0
* Regenerate AST Matcher docsStephen Kelly2018-10-091-7/+29
* [ASTMatchers] Let isArrow also support UnresolvedMemberExpr, CXXDependentScop...Shuai Wang2018-09-171-0/+61
* [ASTMatchers] add three matchers for dependent expressionsJonas Toth2018-09-111-0/+40
* [ASTMatchers] Let hasObjectExpression also support UnresolvedMemberExpr, CXXD...Shuai Wang2018-08-231-0/+28
* [ASTMatchers] Let hasAnyArgument also support CXXUnresolvedConstructExprShuai Wang2018-08-121-2/+21
* [ASTMatchers] Add matchers unresolvedMemberExpr, cxxDependentScopeMemberExprShuai Wang2018-08-121-1/+26
* [ASTMatchers] Introduce a matcher for `ObjCIvarExpr`, support getting it's de...George Karpenkov2018-07-271-0/+30
* [ASTMatchers] fix the missing documentation for new decltypeType matcherJonas Toth2018-07-261-0/+25
* [ASTMatchers] Add an isMain() matcherGeorge Karpenkov2018-07-231-0/+6
* [ASTMatchers] [NFC] Regenerate HTML docs.George Karpenkov2018-07-231-4/+4
* [ASTMatchers] Introduce Objective-C matchers `hasReceiver` and `isInstanceMes...George Karpenkov2018-07-161-0/+25
* [ASTMatchers] A matcher for Objective-C @autoreleasepoolGeorge Karpenkov2018-07-061-8/+66
* [ASTMatchers] Introduce a blockDecl matcher for matching block declarationsGeorge Karpenkov2018-05-161-4/+81
* [ASTMatchers] Overload isConstexpr for ifStmtsGabor Horvath2018-05-081-2/+27
* Regenerated AST Matchers doc.Alexander Kornienko2018-04-301-6/+8
* Fix typos in clangAlexander Kornienko2018-04-061-1/+1
* [ASTMatchers] Introduce a matcher for matching any given Objective-C selectorGeorge Karpenkov2018-03-291-0/+11
* [ASTMatchers] Extend hasParameter and hasAnyParameter matches to handle Objec...George Karpenkov2018-03-291-2/+58
* [ASTMatchers] Add isAssignmentOperator matcherPeter Szecsi2018-03-271-0/+26
* [ASTMatchers] Remove extra qualifier for consistency (LibASTMatchersReference...Clement Courbet2018-03-211-1/+1
* [ASTMatchers] Regenerate doc.Clement Courbet2018-03-211-3/+3
* [ASTMatcher] Extend hasAnyArgument to ObjCMessageExprGeorge Karpenkov2018-03-071-2/+33
* [ASTMatchers] Regenerate documentation after r325678Eric Liu2018-02-211-0/+6
* Add hasTrailingReturn AST matcherJulie Hockett2018-01-221-0/+9
* [ASTMatchers] [NFC] Fix code examplesFangrui Song2018-01-221-29/+31
* [ASTMatcher] Add isScoped matcher for enumDecl.Haojian Wu2018-01-181-0/+9
* [ASTMatchers] Add isNoReturn() match narrower for FunctionDeclarationsRoman Lebedev2018-01-171-0/+14
* 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