summaryrefslogtreecommitdiff
path: root/lib/ASTMatchers
Commit message (Expand)AuthorAgeFilesLines
* [Clang] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-143-9/+9
* [clang] Update isDerivedFrom to support Objective-C classes 🔍Stephane Moore2019-08-121-1/+62
* [clang] Add isDirectlyDerivedFrom AST matcher.Anton Bikineev2019-07-252-3/+6
* Revert "[clang] Fixing windows buildbot after D61552"Gauthier Harnisch2019-06-201-2/+0
* [clang] Fixing windows buildbot after D61552Gauthier Harnisch2019-06-201-0/+2
* [clang][ASTMatchers] Add definition for cxxDeductionGuideDecl introduced in r...Kadir Cetinkaya2019-06-201-0/+2
* [clang] Adapt ASTMatcher to explicit(bool) specifierGauthier Harnisch2019-06-191-0/+2
* Added AST matcher for ignoring elidable constructorsDmitri Gribenko2019-06-131-0/+1
* Move TraversalKind enum to ast_type_traitsStephen Kelly2019-05-161-19/+15
* 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-213-0/+30
* [ASTMatchers][OpenMP] Add base ompExecutableDirective() matcher.Roman Lebedev2019-03-212-0/+4
* [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-262-0/+2
* Revert r354832 "[ASTImporter] Add support for importing ChooseExpr AST nodes."Reid Kleckner2019-02-262-2/+0
* [ASTImporter] Add support for importing ChooseExpr AST nodes.Tom Roeder2019-02-252-0/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-197-28/+21
* [ASTMatchers] Improve assert message for broken parent map.Sam McCall2019-01-081-7/+11
* [clang] Add AST matcher for initializer list membersHyrum Wright2019-01-071-0/+1
* [ASTImporter] Fix redecl chain of classes and class templatesGabor Marton2018-12-172-0/+3
* [clang] Add AST matcher for block expressions 🔍Stephane Moore2018-12-132-0/+2
* [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
* Fix parens warning in assert in ASTMatchFinderErich Keane2018-11-151-7/+7
* [AST] Allow limiting the scope of common AST traversals (getParents, RAV).Sam McCall2018-11-141-6/+17
* [ASTMatchers] overload ignoringParens for ExprJonas Toth2018-11-091-1/+1
* Compound literals, enums, et al require const exprBill Wendling2018-11-092-0/+2
* Add the isStaticLocal() AST matcher for matching on local static variables.Aaron Ballman2018-10-291-0/+1
* Use llvm::{all,any,none}_of instead std::{all,any,none}_of. NFCFangrui Song2018-10-201-5/+5
* [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
* Fix import of class templates partial specializationGabor Marton2018-08-221-0/+3
* [ASTMatchers] Add matchers unresolvedMemberExpr, cxxDependentScopeMemberExprShuai Wang2018-08-122-0/+6
* Add support for importing imaginary literalsGabor Marton2018-08-091-0/+1
* [ASTMatchers] Introduce a matcher for `ObjCIvarExpr`, support getting it's de...George Karpenkov2018-07-272-0/+2
* [ASTMatchers] Add an isMain() matcherGeorge Karpenkov2018-07-231-0/+1
* [ASTMatchers] add matcher for decltypeType and its underlyingTypeJonas Toth2018-07-232-0/+2
* [ASTMatchers] Introduce Objective-C matchers `hasReceiver` and `isInstanceMes...George Karpenkov2018-07-161-0/+2
* [ASTMatchers] A matcher for Objective-C @autoreleasepoolGeorge Karpenkov2018-07-062-0/+3
* [ASTMatchers] Introduce a blockDecl matcher for matching block declarationsGeorge Karpenkov2018-05-162-0/+3
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-096-47/+47