aboutsummaryrefslogtreecommitdiff
path: root/lib/ASTMatchers
AgeCommit message (Expand)Author
2019-05-03Added an AST matcher for declarations that are in the `std` namespaceDmitri Gribenko
2019-04-22[ASTMatchers] Introduce Objective-C matchers `isClassMessage`, `isClassMethod...Ben Hamilton
2019-03-21[ASTMatchers][OpenMP] OpenMP Structured-block-related matchersRoman Lebedev
2019-03-21[ASTTypeTraits][ASTMatchers][OpenMP] OMPClause handlingRoman Lebedev
2019-03-21[ASTMatchers][OpenMP] Add base ompExecutableDirective() matcher.Roman Lebedev
2019-03-20[NFC][ASTMatchers] Alphabetically sort REGISTER_MATCHER() macros in RegistryM...Roman Lebedev
2019-02-26[ASTImporter] Add support for importing ChooseExpr AST nodes.Tom Roeder
2019-02-26Revert r354832 "[ASTImporter] Add support for importing ChooseExpr AST nodes."Reid Kleckner
2019-02-25[ASTImporter] Add support for importing ChooseExpr AST nodes.Tom Roeder
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2019-01-08[ASTMatchers] Improve assert message for broken parent map.Sam McCall
2019-01-07[clang] Add AST matcher for initializer list membersHyrum Wright
2018-12-17[ASTImporter] Fix redecl chain of classes and class templatesGabor Marton
2018-12-13[clang] Add AST matcher for block expressions 🔍Stephane Moore
2018-12-12[AST] Store "UsesADL" information in CallExpr.Eric Fiselier
2018-11-22Revert rL347462 "[ASTMatchers] Add hasSideEffect() matcher."Clement Courbet
2018-11-22[ASTMatchers] Add hasSideEffect() matcher.Clement Courbet
2018-11-15Fix parens warning in assert in ASTMatchFinderErich Keane
2018-11-14[AST] Allow limiting the scope of common AST traversals (getParents, RAV).Sam McCall
2018-11-09[ASTMatchers] overload ignoringParens for ExprJonas Toth
2018-11-09Compound literals, enums, et al require const exprBill Wendling
2018-10-29Add the isStaticLocal() AST matcher for matching on local static variables.Aaron Ballman
2018-10-20Use llvm::{all,any,none}_of instead std::{all,any,none}_of. NFCFangrui Song
2018-10-09[ASTMatcher] Add missing imaginaryLiteralStephen Kelly
2018-10-03Add matchers missing from dynamic AST registryStephen Kelly
2018-10-03Sort list of matchersStephen Kelly
2018-10-03Allow comments with '#' in dynamic AST MatchersStephen Kelly
2018-09-30Use the container form llvm::sort(C, ...)Fangrui Song
2018-09-11[ASTMatchers] add three matchers for dependent expressionsJonas Toth
2018-08-30Allow binding to NamedValue resulting from let expressionStephen Kelly
2018-08-30Extract parseBindID methodStephen Kelly
2018-08-22Fix import of class templates partial specializationGabor Marton
2018-08-12[ASTMatchers] Add matchers unresolvedMemberExpr, cxxDependentScopeMemberExprShuai Wang
2018-08-09Add support for importing imaginary literalsGabor Marton
2018-07-27[ASTMatchers] Introduce a matcher for `ObjCIvarExpr`, support getting it's de...George Karpenkov
2018-07-23[ASTMatchers] Add an isMain() matcherGeorge Karpenkov
2018-07-23[ASTMatchers] add matcher for decltypeType and its underlyingTypeJonas Toth
2018-07-16[ASTMatchers] Introduce Objective-C matchers `hasReceiver` and `isInstanceMes...George Karpenkov
2018-07-06[ASTMatchers] A matcher for Objective-C @autoreleasepoolGeorge Karpenkov
2018-05-16[ASTMatchers] Introduce a blockDecl matcher for matching block declarationsGeorge Karpenkov
2018-05-09Remove \brief commands from doxygen comments.Adrian Prantl
2018-04-06Fix typos in clangAlexander Kornienko
2018-03-29[astmatchers] Fix linking issueGeorge Karpenkov
2018-03-29[astmatchers] Move a matcher out of internal namespace: blind debugging of MS...George Karpenkov
2018-03-29[ASTMatchers] Introduce a matcher for matching any given Objective-C selectorGeorge Karpenkov
2018-03-27[clang] Change std::sort to llvm::sort in response to r327219Mandeep Singh Grang
2018-03-27[ASTMatchers] Add isAssignmentOperator matcherPeter Szecsi
2018-03-02PR36581: Support data recursion over Stmts in AST matchers.Richard Smith
2018-01-22Add hasTrailingReturn AST matcherJulie Hockett
2018-01-18[ASTMatcher] Add isScoped matcher for enumDecl.Haojian Wu