summaryrefslogtreecommitdiffstats
path: root/lib/ASTMatchers
Commit message (Expand)AuthorAgeFilesLines
* 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
* ASTMatchers{,Macros}.h: Add some extra macros to use for decl/def of matchersDavid Blaikie2017-11-211-0/+9
* ASTMatchers.h: Fix ODR violations by avoiding internal linkage variables in h...David Blaikie2017-11-151-0/+268
* 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-014-83/+162
* Add objcCategoryImplDecl matcherDave Lee2017-10-261-0/+1
* [ASTMatchers] Expose forEachOverriden in dynamic AST matchers.Benjamin Kramer2017-10-231-0/+1
* [ASTMatchers] Don't create a copy of a std::set when iterating over it.Benjamin Kramer2017-10-101-1/+4
* 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
* Complete support for the cxxCtorInitializer() AST matcher so that it can be u...Aaron Ballman2016-09-261-0/+38
* 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
* Move some IntrusiveRefCntPtrs instead of copying.Benjamin Kramer2016-07-211-6/+7
* [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
* Apply some suggestions from clang-tidy's performance-unnecessary-value-param.Benjamin Kramer2016-06-151-1/+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
* [ASTMatchers] Do not try to memoize nodes we can't compare.Samuel Benzaquen2016-04-191-19/+30
* Add typedefNameDecl() and typeAliasDecl() to the AST matchers; improves hasTy...Aaron Ballman2016-04-141-0/+2
* [ASTMatchers] Add own version of VariadicFunction.Samuel Benzaquen2016-03-251-5/+6
* [ASTMatchers] New matcher hasReturnValue addedAlexander Kornienko2016-03-221-0/+1
* Adding new AST matchers for: addrLabelExpr, atomicExpr, binaryConditionalOper...Aaron Ballman2016-03-091-0/+13