summaryrefslogtreecommitdiffstats
path: root/clang/lib/ASTMatchers/Dynamic
Commit message (Expand)AuthorAgeFilesLines
...
* [ASTMatchers] Introduce Objective-C matchers `hasReceiver` and `isInstanceMes...George Karpenkov2018-07-161-0/+2
* [ASTMatchers] A matcher for Objective-C @autoreleasepoolGeorge Karpenkov2018-07-061-0/+1
* [ASTMatchers] Introduce a blockDecl matcher for matching block declarationsGeorge Karpenkov2018-05-161-0/+1
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-094-41/+41
* Fix typos in clangAlexander Kornienko2018-04-061-1/+1
* [ASTMatchers] Introduce a matcher for matching any given Objective-C selectorGeorge Karpenkov2018-03-291-0/+1
* [clang] Change std::sort to llvm::sort in response to r327219Mandeep Singh Grang2018-03-271-2/+2
* [ASTMatchers] Add isAssignmentOperator matcherPeter Szecsi2018-03-271-0/+1
* Add hasTrailingReturn AST matcherJulie Hockett2018-01-221-0/+1
* [ASTMatcher] Add isScoped matcher for enumDecl.Haojian Wu2018-01-181-0/+1
* [ASTMatchers] Add isNoReturn() match narrower for FunctionDeclarationsRoman Lebedev2018-01-171-0/+1
* Remove creation of out-of-bounds value of enumeration type (resulting in UB).Richard Smith2017-12-081-12/+10
* Add the hasDefinition() AST matcher to match class declarations that also hav...Aaron Ballman2017-11-291-0/+1
* [ASTMatchers] Matchers for new[] operatorsAdam Balogh2017-11-231-0/+2
* Add an AST matcher for hasDefaultArgument() to match on parameter declaration...Aaron Ballman2017-11-211-0/+1
* Add ObjC exception statement AST matchersDave Lee2017-11-111-0/+4
* [ASTMatchers] Fix some Clang-tidy modernize and Include What You Use warnings...Eugene Zelenko2017-11-013-68/+125
* Add objcCategoryImplDecl matcherDave Lee2017-10-261-0/+1
* [ASTMatchers] Expose forEachOverriden in dynamic AST matchers.Benjamin Kramer2017-10-231-0/+1
* Add objcImplementationDecl matcherDave Lee2017-09-101-0/+1
* Register linkageSpecDecl matcherDave Lee2017-08-311-0/+1
* [ASTMatchers] Fix use after free.Benjamin Kramer2017-06-091-1/+2
* [ASTMatchers] Add clang-query support for equals matcherPeter Wu2017-06-081-9/+19
* [ASTMatchers] Add support for floatLiteralsPeter Wu2017-06-084-15/+81
* [ASTMatchers] Add support for boolean literalsPeter Wu2017-06-083-2/+52
* Add cxxStdInitializerListExpr AST matcherJakub Kuderski2017-05-051-0/+1
* [clang] Register isConstexpr matcherAlexander Shaposhnikov2017-04-161-0/+1
* Add isStaticStorageClass to the dynamic matcher registry so that it can be us...Aaron Ballman2017-04-151-0/+1
* [ASTMatchers] add typeAliasTemplateDecl matcher.Eric Liu2017-03-281-0/+1
* Add AST matchers for ObjCProtocolDecl, ObjCCategoryDecl, ObjCMethodDecl, ObjC...Aaron Ballman2017-03-151-0/+5
* Move VariantMatcher's Payload to std::shared_ptr rather than IntrusiveRefCntPtrDavid Blaikie2017-01-051-3/+5
* [ASTMatchers] Add hasInClassInitializer traversal matcher for FieldDecl.Malcolm Parsons2016-12-241-0/+1
* [ASTMatcher] Add hasReplacementType matcher for SubstTemplateTypeParmTypeMalcolm Parsons2016-12-081-0/+1
* Adds hasUnqualifiedDesugaredType to allow matching through type sugar.Manuel Klimek2016-12-011-0/+1
* [AST] Convert Marshallers to use unique_ptr.Justin Lebar2016-10-102-60/+62
* Add an AST matcher for external formal linkage.Aaron Ballman2016-08-171-0/+1
* [ASTMatchers] Add templateTypeParmDecl() to Registry.cppMartin Bohme2016-08-121-0/+1
* [ASTMatchers] Add matchers canReferToDecl() and hasUnderlyingDecl()Martin Bohme2016-08-091-0/+2
* [ASTMatcher] Add templateName matcher.Haojian Wu2016-07-291-0/+1
* [NFC] Header cleanupMehdi Amini2016-07-181-1/+0
* [ASTMatchers] isSignedInteger() and isUnsignedInteger()Clement Courbet2016-07-121-0/+2
* Add AST matchers for handling bit-fields and narrowing based on their width.Aaron Ballman2016-07-061-0/+2
* [ASTMatcher] Add a node matcher for EnumType.Haojian Wu2016-06-301-0/+1
* [ASTMatchers] Add isLambda() matcher.Samuel Benzaquen2016-06-281-0/+1
* IgnoringImplicit matcher.Cong Liu2016-06-241-0/+1
* Adding an AST matcher to ignore parenthesis in *types* (rather than expressio...Aaron Ballman2016-06-061-0/+1
* [ASTMatcher] Add a node matcher for UnresolvedLookupExpr.Haojian Wu2016-05-181-0/+1
* Add the hasDynamicExceptionSpec() AST matcher to match function declarations ...Aaron Ballman2016-05-161-0/+1
* Add an AST matcher for CastExpr kindEtienne Bergeron2016-05-132-0/+23
* [ASTMatchers] New matcher forFunctionGabor Horvath2016-05-041-0/+1
OpenPOWER on IntegriCloud