summaryrefslogtreecommitdiffstats
path: root/lib/ASTMatchers
Commit message (Expand)AuthorAgeFilesLines
* [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
* Fix a -Wunused-variable diagnostic.Alexander Kornienko2016-02-231-0/+2
* Fix Visual Studio build after r261574Hans Wennborg2016-02-221-3/+3
* [ASTMatchers] Add matcher hasAnyName.Samuel Benzaquen2016-02-222-51/+108
* Add an AST matcher for real floating-point types. e.g., float, double, long d...Aaron Ballman2016-02-181-0/+1
* Add a nullPointerConstant() AST matcher to handle variations of null pointer ...Aaron Ballman2016-02-161-0/+1
* Add isAnyPointer() matchers. Register missing matchers.Felix Berger2016-02-151-0/+2
* Reduce the number of implicit StringRef->std::string conversions by threading...Benjamin Kramer2016-02-131-2/+3
* Simplify and rename ASTMatchFinder's getCXXRecordDecl to make it more obviousRichard Smith2016-02-091-41/+23
* Pass /bigobj when building lib/ASTMatchers/Dynamic/Registry.cppReid Kleckner2016-02-091-0/+9
* Registering the gnuNullExpr AST matcher as a dynamic matcher so that it is av...Aaron Ballman2016-02-091-0/+1
* [ASTMatchers] Allow hasName() to look through inline namespacesSamuel Benzaquen2016-02-051-21/+125
* Reapply r259210 with a fix for RegistryTest.cpp.Aaron Ballman2016-02-011-0/+1
* Revert r259210 "Extend hasType narrowing matcher for TypedefDecls, add functi...Hans Wennborg2016-01-291-1/+0