]> granicus.if.org Git - clang/history - include/clang/ASTMatchers
[FrontendTests] Try again to make test not write an output file
[clang] / include / clang / ASTMatchers /
2019-08-22 Aaron BallmanImplement nullPointerConstant() using a better API.
2019-08-21 Benjamin KramerUse C++14 heteregenous lookup for a couple of std:...
2019-08-20 Dmitri GribenkoRemoved the 'id' AST matcher, which is superseded by...
2019-08-15 Benjamin KramerReplace llvm::integer_sequence and friends with the...
2019-08-12 Stephane Moore[clang] Update isDerivedFrom to support Objective-C...
2019-08-08 Yitzhak Mandelbaum[clang] Update `ignoringElidableConstructorCall` matche...
2019-08-07 Yitzhak Mandelbaum[clang][NFC] Fix typo in matcher comment
2019-07-25 Anton Bikineev[clang] Fail for empty names in is*DerivedFrom matchers.
2019-07-25 Anton Bikineev[clang] Add isDirectlyDerivedFrom AST matcher.
2019-07-23 Jan Korous[clang][NFCI] Fix random typos
2019-06-19 Gauthier Harnisch[clang] Adapt ASTMatcher to explicit(bool) specifier
2019-06-13 Dmitri GribenkoAdded AST matcher for ignoring elidable constructors
2019-05-16 Stephen KellyMove TraversalKind enum to ast_type_traits
2019-05-09 Richard Smith[c++20] Add support for explicit(bool), as described...
2019-05-06 Hans WennborgRevert r359949 "[clang] adding explicit(bool) from...
2019-05-06 Richard Smith[c++20] Implement P1009R2: allow omitting the array...
2019-05-04 Nicolas Lesser[clang] adding explicit(bool) from c++2a
2019-05-03 Dmitri GribenkoAdded an AST matcher for declarations that are in the...
2019-04-22 Ben Hamilton[ASTMatchers] Introduce Objective-C matchers `isClassMe...
2019-04-03 Aaron BallmanFixing a typo; NFC.
2019-03-21 Roman Lebedev[ASTMatcher] Add clang-query disclaimer to two more...
2019-03-21 Roman Lebedev[ASTMatchers][OpenMP] OpenMP Structured-block-related...
2019-03-21 Roman Lebedev[ASTTypeTraits][ASTMatchers][OpenMP] OMPClause handling
2019-03-21 Roman Lebedev[ASTMatchers][OpenMP] Add base ompExecutableDirective...
2019-03-05 Dmitri Gribenko[ASTMatchers] Improved formatting in a documentation...
2019-02-26 Tom Roeder[ASTImporter] Add support for importing ChooseExpr...
2019-02-26 Reid KlecknerRevert r354832 "[ASTImporter] Add support for importing...
2019-02-25 Tom Roeder[ASTImporter] Add support for importing ChooseExpr...
2019-02-08 Yitzhak Mandelbaum[ASTMatchers][NFC] Update comments on assorted `CXXMemb...
2019-01-19 Chandler CarruthUpdate the file headers across all of the LLVM projects...
2019-01-15 Alexander KornienkoReduce ASTMatchers stack footprint. Addresses http...
2019-01-07 Hyrum Wright[clang] Add AST matcher for initializer list members
2018-12-17 Gabor Marton[ASTImporter] Fix redecl chain of classes and class...
2018-12-13 Stephane Moore[clang] Add AST matcher for block expressions 🔍
2018-12-12 Eric Fiselier[AST] Store "UsesADL" information in CallExpr.
2018-12-11 Aaron BallmanStop stripping comments from AST matcher example code.
2018-11-22 Clement CourbetRevert rL347462 "[ASTMatchers] Add hasSideEffect()...
2018-11-22 Clement Courbet[ASTMatchers] Add hasSideEffect() matcher.
2018-11-09 Jonas Toth[ASTMatchers] overload ignoringParens for Expr
2018-11-09 Bill WendlingCompound literals, enums, et al require const expr
2018-10-29 Aaron BallmanAdd the isStaticLocal() AST matcher for matching on...
2018-10-26 Richard SmithPR26547: alignof should return ABI alignment, not prefe...
2018-10-09 Stephen KellyFix indentation
2018-10-03 Stephen KellyRemove stray character from docs
2018-10-03 Stephen KellyUpdate documentation for correctness
2018-09-17 Shuai Wang[ASTMatchers] Let isArrow also support UnresolvedMember...
2018-09-11 Jonas Toth[ASTMatchers] add three matchers for dependent expressions
2018-08-30 Stephen KellyExtract parseBindID method
2018-08-23 Shuai Wang[ASTMatchers] Let hasObjectExpression also support...
2018-08-22 Gabor MartonFix import of class templates partial specialization
2018-08-12 Shuai Wang[ASTMatchers] Let hasAnyArgument also support CXXUnreso...
2018-08-12 Shuai Wang[ASTMatchers] Add matchers unresolvedMemberExpr, cxxDep...
2018-08-09 Stephen KellyPort getLocStart -> getBeginLoc
2018-08-09 Gabor MartonAdd support for importing imaginary literals
2018-07-30 Fangrui SongRemove trailing space
2018-07-30 Simon PilgrimFix -Wdocumentation warning. NFCI.
2018-07-27 George Karpenkov[ASTMatchers] Introduce a matcher for `ObjCIvarExpr...
2018-07-27 George Karpenkov[ASTMatchers] Introduce a matcher for `ObjCIvarExpr...
2018-07-23 George Karpenkov[ASTMatchers] Add an isMain() matcher
2018-07-23 Jonas Toth[ASTMatchers] add matcher for decltypeType and its...
2018-07-18 James DennettDocumentation: fix a typo in the AST Matcher Reference...
2018-07-16 George Karpenkov[ASTMatchers] Introduce Objective-C matchers `hasReceiv...
2018-07-06 George Karpenkov[ASTMatchers] A matcher for Objective-C @autoreleasepool
2018-06-18 David L. Jones[ASTMatchers] Add support for matching the type of...
2018-06-18 David L. Jones[ASTMatchers] Don't assert-fail in specifiesTypeLoc().
2018-05-16 George Karpenkov[ASTMatchers] Introduce a blockDecl matcher for matchin...
2018-05-09 Adrian PrantlRemove \brief commands from doxygen comments.
2018-05-08 Gabor Horvath[ASTMatchers] Overload isConstexpr for ifStmts
2018-05-03 Richard SmithTrack the result of evaluating a computed noexcept...
2018-04-30 Alexander KornienkoRegenerated AST Matchers doc.
2018-04-06 Alexander KornienkoFix typos in clang
2018-03-29 George Karpenkov[ASTMatchers] Introduce a matcher for matching any...
2018-03-29 George Karpenkov[ASTMatchers] Extend hasParameter and hasAnyParameter...
2018-03-27 Peter Szecsi[ASTMatchers] Add isAssignmentOperator matcher
2018-03-21 Clement Courbet[ASTMatchers] Remove extra qualifier for consistency...
2018-03-07 George Karpenkov[ASTMatcher] Extend hasAnyArgument to ObjCMessageExpr
2018-03-02 Aaron BallmanFix the hasType() AST matcher to not assert when the...
2018-02-21 Eric Liu[ASTMatchers] isTemplateInstantiation: also match expli...
2018-01-22 Julie HockettAdd hasTrailingReturn AST matcher
2018-01-22 Fangrui Song[ASTMatchers] [NFC] Fix code examples
2018-01-18 Haojian Wu[ASTMatcher] Add isScoped matcher for enumDecl.
2018-01-17 Benjamin Kramer[ASTMatchers] Support generating docs for single-line...
2018-01-17 Roman Lebedev[ASTMatchers] Add isNoReturn() match narrower for Funct...
2018-01-17 Benjamin KramerUpdate dump_ast_matchers for many recent changes.
2017-12-04 Aaron BallmanChanging mixed CRLFs back to LFs; NFC.
2017-11-29 Aaron BallmanAdd the hasDefinition() AST matcher to match class...
2017-11-23 Adam Balogh[ASTMatchers] Matchers for new[] operators
2017-11-21 Aaron BallmanAdd an AST matcher for hasDefaultArgument() to match...
2017-11-21 David BlaikieASTMatchers{,Macros}.h: Add some extra macros to use...
2017-11-15 David BlaikieASTMatchers.h: Fix ODR violations by avoiding internal...
2017-11-15 NAKAMURA TakumiASTMatchers.h: Avoid warnings due to "@throw". [-Wdocum...
2017-11-14 Dave LeeMake isDefinition matcher support ObjCMethodDecl
2017-11-11 Dave LeeFix AST matcher documentation typo
2017-11-11 Dave LeeAdd ObjC exception statement AST matchers
2017-11-01 Eugene Zelenko[ASTMatchers] Fix some Clang-tidy modernize and Include...
2017-10-26 Dave LeeAdd objcCategoryImplDecl matcher
2017-09-22 Alexander Shaposhnikov[clang] Fix isExternC matcher docs
2017-09-10 Dave LeeAdd objcImplementationDecl matcher
2017-08-23 Johannes AltmanningerFix typos, remove unused private members of CommonOptio...
2017-08-04 Florian Gross[ASTMatcher] Add handling for DeducedType to HasDeclara...
next