summaryrefslogtreecommitdiffstats
path: root/clang/docs/LibASTMatchersReference.html
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* [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
OpenPOWER on IntegriCloud