summaryrefslogtreecommitdiffstats
path: root/include/clang/ASTMatchers
Commit message (Expand)AuthorAgeFilesLines
* Revert r359949 "[clang] adding explicit(bool) from c++2a"Hans Wennborg2019-05-061-3/+0
* [c++20] Implement P1009R2: allow omitting the array bound in an arrayRichard Smith2019-05-061-2/+2
* [clang] adding explicit(bool) from c++2aNicolas Lesser2019-05-041-0/+3
* Added an AST matcher for declarations that are in the `std` namespaceDmitri Gribenko2019-05-031-0/+23
* [ASTMatchers] Introduce Objective-C matchers `isClassMessage`, `isClassMethod...Ben Hamilton2019-04-221-1/+50
* Fixing a typo; NFC.Aaron Ballman2019-04-031-1/+1
* [ASTMatcher] Add clang-query disclaimer to two more matchers that take enumRoman Lebedev2019-03-211-0/+6
* [ASTMatchers][OpenMP] OpenMP Structured-block-related matchersRoman Lebedev2019-03-211-0/+52
* [ASTTypeTraits][ASTMatchers][OpenMP] OMPClause handlingRoman Lebedev2019-03-211-0/+85
* [ASTMatchers][OpenMP] Add base ompExecutableDirective() matcher.Roman Lebedev2019-03-211-0/+24
* [ASTMatchers] Improved formatting in a documentation commentDmitri Gribenko2019-03-051-2/+1
* [ASTImporter] Add support for importing ChooseExpr AST nodes.Tom Roeder2019-02-261-0/+4
* Revert r354832 "[ASTImporter] Add support for importing ChooseExpr AST nodes."Reid Kleckner2019-02-261-4/+0
* [ASTImporter] Add support for importing ChooseExpr AST nodes.Tom Roeder2019-02-251-0/+4
* [ASTMatchers][NFC] Update comments on assorted `CXXMemberCallExpr` matchers.Yitzhak Mandelbaum2019-02-081-15/+58
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-198-32/+24
* Reduce ASTMatchers stack footprint. Addresses http://llvm.org/PR38851Alexander Kornienko2019-01-151-1/+1
* [clang] Add AST matcher for initializer list membersHyrum Wright2019-01-071-0/+13
* [ASTImporter] Fix redecl chain of classes and class templatesGabor Marton2018-12-171-0/+11
* [clang] Add AST matcher for block expressions 🔍Stephane Moore2018-12-131-0/+8
* [AST] Store "UsesADL" information in CallExpr.Eric Fiselier2018-12-121-0/+22
* Stop stripping comments from AST matcher example code.Aaron Ballman2018-12-111-1/+1
* Revert rL347462 "[ASTMatchers] Add hasSideEffect() matcher."Clement Courbet2018-11-221-20/+0
* [ASTMatchers] Add hasSideEffect() matcher.Clement Courbet2018-11-221-0/+20
* [ASTMatchers] overload ignoringParens for ExprJonas Toth2018-11-091-2/+19
* Compound literals, enums, et al require const exprBill Wendling2018-11-091-0/+12
* Add the isStaticLocal() AST matcher for matching on local static variables.Aaron Ballman2018-10-291-0/+14
* PR26547: alignof should return ABI alignment, not preferred alignmentRichard Smith2018-10-261-2/+3
* Fix indentationStephen Kelly2018-10-091-2/+2
* Remove stray character from docsStephen Kelly2018-10-031-1/+1
* Update documentation for correctnessStephen Kelly2018-10-031-5/+5
* [ASTMatchers] Let isArrow also support UnresolvedMemberExpr, CXXDependentScop...Shuai Wang2018-09-171-1/+12
* [ASTMatchers] add three matchers for dependent expressionsJonas Toth2018-09-111-0/+42
* Extract parseBindID methodStephen Kelly2018-08-301-0/+1
* [ASTMatchers] Let hasObjectExpression also support UnresolvedMemberExpr, CXXD...Shuai Wang2018-08-231-2/+11
* Fix import of class templates partial specializationGabor Marton2018-08-221-0/+19
* [ASTMatchers] Let hasAnyArgument also support CXXUnresolvedConstructExprShuai Wang2018-08-121-3/+3
* [ASTMatchers] Add matchers unresolvedMemberExpr, cxxDependentScopeMemberExprShuai Wang2018-08-121-0/+28
* Port getLocStart -> getBeginLocStephen Kelly2018-08-091-3/+3
* Add support for importing imaginary literalsGabor Marton2018-08-091-0/+5
* Remove trailing spaceFangrui Song2018-07-301-6/+6
* Fix -Wdocumentation warning. NFCI.Simon Pilgrim2018-07-301-1/+0
* [ASTMatchers] Introduce a matcher for `ObjCIvarExpr`, support getting it's de...George Karpenkov2018-07-271-0/+1
* [ASTMatchers] Introduce a matcher for `ObjCIvarExpr`, support getting it's de...George Karpenkov2018-07-272-1/+24
* [ASTMatchers] Add an isMain() matcherGeorge Karpenkov2018-07-231-0/+6
* [ASTMatchers] add matcher for decltypeType and its underlyingTypeJonas Toth2018-07-231-0/+26
* Documentation: fix a typo in the AST Matcher Reference docs.James Dennett2018-07-181-1/+1
* [ASTMatchers] Introduce Objective-C matchers `hasReceiver` and `isInstanceMes...George Karpenkov2018-07-161-0/+35
* [ASTMatchers] A matcher for Objective-C @autoreleasepoolGeorge Karpenkov2018-07-061-0/+13
* [ASTMatchers] Add support for matching the type of a friend decl.David L. Jones2018-06-182-8/+20