]> granicus.if.org Git - clang/history - include/clang/ASTMatchers
[FrontendTests] Try again to make test not write an output file
[clang] / include / clang / ASTMatchers /
2017-08-04 Manuel KlimekFix typo and update documentation.
2017-08-02 Manuel KlimekUnify and simplify the behavior of the hasDeclaration...
2017-08-01 Malcolm Parsons[ASTMatchers] Allow forField to match indirect fields.
2017-07-11 Clement Courbet[ASTMatchers][NFC] integerLiteral(): Mention negative...
2017-06-08 Peter Wu[ASTMatchers] Add clang-query support for equals matcher
2017-06-08 Peter Wu[ASTMatchers] Add support for floatLiterals
2017-06-08 Peter Wu[ASTMatchers] Add support for boolean literals
2017-05-05 Jakub KuderskiAdd cxxStdInitializerListExpr AST matcher
2017-04-23 Nick LewyckyFix typo in comment.
2017-03-30 Simon PilgrimSpelling mistakes in comments. NFCI. (PR27635)
2017-03-28 Eric Liu[ASTMatchers] add typeAliasTemplateDecl matcher.
2017-03-15 Aaron BallmanAdd AST matchers for ObjCProtocolDecl, ObjCCategoryDecl...
2017-02-01 Alex LorenzRevert r293518 as it caused module linking error in...
2017-01-30 Benjamin Kramer[ASTMatchers] Sprinkle some constexpr on the global...
2017-01-20 Malcolm ParsonsFix documentation typo.
2017-01-05 David BlaikieMove VariantMatcher's Payload to std::shared_ptr rather...
2016-12-29 Justin Lebar[ADT] Delete RefCountedBaseVPTR.
2016-12-24 Malcolm Parsons[ASTMatchers] Add hasInClassInitializer traversal match...
2016-12-24 Malcolm Parsons[ASTMatchers] Fix doc for hasBitWidth
2016-12-14 Stephan BergmannReplace APFloatBase static fltSemantics data members...
2016-12-13 Alexander KornienkoRemove deprecated methods ast_matchers::BoundNodes...
2016-12-09 Eugene Zelenko[AST, ASTMatchers, Basic] Fix some Clang-tidy modernize...
2016-12-08 Malcolm Parsons[ASTMatcher] Add hasReplacementType matcher for SubstTe...
2016-12-01 Manuel KlimekAdds hasUnqualifiedDesugaredType to allow matching...
2016-11-11 Artem Dergachev[ASTMatchers] Fix a typo in cStyleCastExpr() docs....
2016-10-31 Malcolm Parsons[ASTMatcher] Add CXXNewExpr support to hasDeclaration
2016-09-27 Haojian Wu[ASTMatcher] Clarify isStaticStorageClass and hasStatic...
2016-09-26 Aaron BallmanComplete support for the cxxCtorInitializer() AST match...
2016-09-26 Haojian Wu[ASTMatcher] Add isStaticStorageClass matcher for varDe...
2016-08-18 Aaron BallmanCorrect the documentation for isSignedInteger() and...
2016-08-17 Aaron BallmanAdd an AST matcher for external formal linkage.
2016-08-10 Martin Bohme[ASTMatchers] Extend documentation for match()
2016-08-09 Martin Bohme[ASTMatchers] Add matchers canReferToDecl() and hasUnde...
2016-08-04 Benjamin KramerMake isExternC work on VarDecls too.
2016-07-29 Haojian WuFix a typo in document.
2016-07-29 Haojian Wu[ASTMatcher] Add templateName matcher.
2016-07-29 Haojian Wu[ASTMatcher] Add hasTemplateArgument/hasAnyTemplateArgu...
2016-07-18 Mehdi Amini[NFC] Header cleanup
2016-07-12 Clement Courbet[ASTMatchers] isSignedInteger() and isUnsignedInteger()
2016-07-08 Alexander Kornienko[ASTMatchers] Add missing forEachArgumentWithParam...
2016-07-06 Aaron BallmanAdd AST matchers for handling bit-fields and narrowing...
2016-07-05 Clement Courbet[ASTMatchers] New forEachOverriden matcher.
2016-06-30 Haojian Wu[ASTMatcher] Add a node matcher for EnumType.
2016-06-28 Samuel Benzaquen[ASTMatchers] Add isLambda() matcher.
2016-06-24 Cong LiuIgnoringImplicit matcher.
2016-06-11 Chandler CarruthRevert "[ASTMatchers] New forEachOverriden matcher."
2016-06-10 Clement Courbet[ASTMatchers] New forEachOverriden matcher.
2016-06-10 Clement Courbettest commit: remove trailing whitespace in comments
2016-06-07 Aaron BallmanMake isNoThrow and hasDynamicExceptionSpec polymorphic...
2016-06-06 Aaron BallmanAdding an AST matcher to ignore parenthesis in *types...
2016-05-31 Piotr Padlewski[ASTMatchers] Breaking change of `has` matcher
2016-05-30 Etienne Bergeron[ASTMatchers] Add support of hasCondition for SwitchStmt.
2016-05-18 Haojian Wu[ASTMatcher] Add a node matcher for UnresolvedLookupExpr.
2016-05-16 Aaron BallmanAdd the hasDynamicExceptionSpec() AST matcher to match...
2016-05-13 Etienne BergeronAdd an AST matcher for CastExpr kind
2016-05-12 Etienne BergeronAdd an AST matcher for string-literal length
2016-05-04 Gabor Horvath[ASTMatchers] New matcher forFunction
2016-04-15 NAKAMURA TakumiASTMatchers.h: Fix formatting. [-Wdocumentation]
2016-04-14 Aaron BallmanAdd typedefNameDecl() and typeAliasDecl() to the AST...
2016-04-13 Alexander KornienkoAdd AST Matchers for CXXConstructorDecl::isDelegatingCo...
2016-04-12 Matthias Gehre[ASTMatchers]: fix crash in hasReturnValue
2016-03-30 Gabor Horvath[ASTMatchers] Existing matcher hasAnyArgument fixed
2016-03-25 Samuel Benzaquen[ASTMatchers] Don't use brace-init lists.
2016-03-25 Samuel Benzaquen[ASTMatchers] Fix build for VariadicFunction.
2016-03-25 Samuel Benzaquen[ASTMatchers] Add own version of VariadicFunction.
2016-03-22 Alexander Kornienko[ASTMatchers] New matcher hasReturnValue added
2016-03-10 Simon PilgrimMinor Wdocumentation fix. NFCI.
2016-03-09 Aaron BallmanAdding new AST matchers for: addrLabelExpr, atomicExpr...
2016-03-06 Felix Berger[ASTMatchers] Document that isAnyPointer() matcher...
2016-02-25 Aaron BallmanReplace a compiler-specific approach to determining...
2016-02-22 Hans WennborgFix Visual Studio build after r261574
2016-02-22 Samuel Benzaquen[ASTMatchers] Add matcher hasAnyName.
2016-02-18 Aaron BallmanAdd an AST matcher for real floating-point types. e...
2016-02-16 Aaron BallmanAdd a nullPointerConstant() AST matcher to handle varia...
2016-02-15 Felix BergerAdd isAnyPointer() matchers. Register missing matchers.
2016-02-13 Benjamin KramerReduce the number of implicit StringRef->std::string...
2016-02-05 Samuel Benzaquen[ASTMatchers] Allow hasName() to look through inline...
2016-02-03 Daniel JasperProvide match function to look over an entire TU again.
2016-02-01 Aaron BallmanReapply r259210 with a fix for RegistryTest.cpp.
2016-01-29 Hans WennborgRevert r259210 "Extend hasType narrowing matcher for...
2016-01-29 Aaron BallmanExtend hasType narrowing matcher for TypedefDecls,...
2016-01-26 Eugene ZelenkoFix Clang-tidy modernize-use-nullptr warnings; other...
2016-01-23 Aaron BallmanImproving documentation for the isMoveAssignmentOperato...
2016-01-22 Aaron BallmanAdd am AST matcher for isMoveAssignmentOperator.
2016-01-21 Nico WeberAdd an isVirtualAsWritten AST matcher.
2016-01-20 Aaron BallmanAdd AST matcher support for FunctionDecls with the...
2016-01-20 Aaron BallmanAdd AST matcher for paren expressions.
2016-01-18 Aaron BallmanAdd an AST matcher for checking whether a function...
2016-01-18 Manuel KlimekAdd forEachArgumentWithParam AST matcher.
2016-01-11 James Y KnightPR26087: Use nonstandard MSVC extension for VS2015...
2015-12-29 James Y Knight[TrailingObjects] Use a different technique to determin...
2015-12-29 James Y KnightRevert "[TrailingObjects] Use a different technique...
2015-12-29 James Y Knight[TrailingObjects] Use a different technique to determin...
2015-12-22 Samuel Benzaquen[ASTMatchers] Fix typo in booleanType() doc.
2015-12-22 Samuel Benzaquen[ASTMatchers] Add booleanType() matcher.
2015-12-16 Manuel KlimekMake matchers thread compatible, so we can pass them...
2015-12-15 Gabor HorvathAdd a new matcher to match character types.
2015-12-02 Aaron BallmanAdd a narrowing AST matcher that matches on a FunctionD...
2015-11-23 Aaron BallmanAdd an AST matcher for narrowing when a type is volatil...
2015-11-18 Aaron BallmanRe-committing r253473 after hopefully fixing the bot...
next