summaryrefslogtreecommitdiffstats
path: root/clang/lib/ASTMatchers/Dynamic
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
* Fix formatting in previous commitsStephen Kelly2019-12-291-1/+2
* Fix use of named values surrounded by newlines in clang-queryStephen Kelly2019-12-291-7/+8
* Fix handling of newlines in clang-queryStephen Kelly2019-12-291-3/+1
* Allow newlines in AST Matchers in clang-query filesStephen Kelly2019-12-271-21/+55
* Revert "Allow newlines in AST Matchers in clang-query files" + 1Evgenii Stepanov2019-12-261-55/+21
* Fix -Wunused-lambda-capture warnings.Eric Christopher2019-12-261-1/+1
* Allow newlines in AST Matchers in clang-query filesStephen Kelly2019-12-261-21/+55
* Revert "Allow newlines in AST Matchers in clang-query files"Stephen Kelly2019-12-261-55/+21
* Allow newlines in AST Matchers in clang-query filesStephen Kelly2019-12-261-21/+55
* [Clang] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-142-8/+8
* [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-212-0/+28
* [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-195-20/+15
* [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
* Allow comments with '#' in dynamic AST MatchersStephen Kelly2018-10-031-0/+4
* Use the container form llvm::sort(C, ...)Fangrui Song2018-09-301-5/+5
* [ASTMatchers] add three matchers for dependent expressionsJonas Toth2018-09-111-0/+3
* Allow binding to NamedValue resulting from let expressionStephen Kelly2018-08-301-2/+21
* Extract parseBindID methodStephen Kelly2018-08-301-31/+38
* [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
OpenPOWER on IntegriCloud