summaryrefslogtreecommitdiffstats
path: root/clang/lib/ASTMatchers/Dynamic/Registry.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert "[ASTMatchers] extract public matchers from const-analysis into own pa...Jonas Toth2020-01-111-2/+0
* [ASTMatchers] extract public matchers from const-analysis into own patchJonas Toth2020-01-111-0/+2
* Implement new AST matcher hasAnyCapture to match on LambdaExpr captures.Reid2020-01-101-0/+1
* Add a new AST matcher 'optionally'.Rihan Yang2020-01-081-0/+1
* Fixing a formatting nit; NFCAaron Ballman2020-01-081-1/+2
* Handle init statements in readability-else-after-returnNathan James2020-01-021-0/+1
* [Clang] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-141-1/+1
* [clang] Add isDirectlyDerivedFrom AST matcher.Anton Bikineev2019-07-251-0/+1
* [clang] Adapt ASTMatcher to explicit(bool) specifierGauthier Harnisch2019-06-191-0/+2
* Added AST matcher for ignoring elidable constructorsDmitri Gribenko2019-06-131-0/+1
* Added an AST matcher for declarations that are in the `std` namespaceDmitri Gribenko2019-05-031-0/+1
* [ASTMatchers] Introduce Objective-C matchers `isClassMessage`, `isClassMethod...Ben Hamilton2019-04-221-0/+3
* [ASTMatchers][OpenMP] OpenMP Structured-block-related matchersRoman Lebedev2019-03-211-0/+3
* [ASTTypeTraits][ASTMatchers][OpenMP] OMPClause handlingRoman Lebedev2019-03-211-0/+5
* [ASTMatchers][OpenMP] Add base ompExecutableDirective() matcher.Roman Lebedev2019-03-211-0/+1
* [NFC][ASTMatchers] Alphabetically sort REGISTER_MATCHER() macros in RegistryM...Roman Lebedev2019-03-201-16/+17
* [ASTImporter] Add support for importing ChooseExpr AST nodes.Tom Roeder2019-02-261-0/+1
* Revert r354832 "[ASTImporter] Add support for importing ChooseExpr AST nodes."Reid Kleckner2019-02-261-1/+0
* [ASTImporter] Add support for importing ChooseExpr AST nodes.Tom Roeder2019-02-251-0/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [clang] Add AST matcher for initializer list membersHyrum Wright2019-01-071-0/+1
* [ASTImporter] Fix redecl chain of classes and class templatesGabor Marton2018-12-171-0/+1
* [clang] Add AST matcher for block expressions 🔍Stephane Moore2018-12-131-0/+1
* [AST] Store "UsesADL" information in CallExpr.Eric Fiselier2018-12-121-0/+1
* Revert rL347462 "[ASTMatchers] Add hasSideEffect() matcher."Clement Courbet2018-11-221-1/+0
* [ASTMatchers] Add hasSideEffect() matcher.Clement Courbet2018-11-221-0/+1
* [ASTMatchers] overload ignoringParens for ExprJonas Toth2018-11-091-1/+1
* Compound literals, enums, et al require const exprBill Wendling2018-11-091-0/+1
* Add the isStaticLocal() AST matcher for matching on local static variables.Aaron Ballman2018-10-291-0/+1
* [ASTMatcher] Add missing imaginaryLiteralStephen Kelly2018-10-091-0/+1
* Add matchers missing from dynamic AST registryStephen Kelly2018-10-031-0/+7
* Sort list of matchersStephen Kelly2018-10-031-14/+14
* [ASTMatchers] add three matchers for dependent expressionsJonas Toth2018-09-111-0/+3
* [ASTMatchers] Add matchers unresolvedMemberExpr, cxxDependentScopeMemberExprShuai Wang2018-08-121-0/+2
* [ASTMatchers] Introduce a matcher for `ObjCIvarExpr`, support getting it's de...George Karpenkov2018-07-271-0/+1
* [ASTMatchers] Add an isMain() matcherGeorge Karpenkov2018-07-231-0/+1
* [ASTMatchers] add matcher for decltypeType and its underlyingTypeJonas Toth2018-07-231-0/+1
* [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-091-2/+2
* [ASTMatchers] Introduce a matcher for matching any given Objective-C selectorGeorge Karpenkov2018-03-291-0/+1
* [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
* 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
OpenPOWER on IntegriCloud