]> granicus.if.org Git - clang/history - docs/LibASTMatchersReference.html
[ASTMatchers] Existing matcher hasAnyArgument fixed
[clang] / docs / LibASTMatchersReference.html
2016-03-30 Gabor Horvath[ASTMatchers] Existing matcher hasAnyArgument fixed
2016-03-22 Alexander Kornienko[ASTMatchers] New matcher hasReturnValue added
2016-03-09 Aaron BallmanAdding new AST matchers for: addrLabelExpr, atomicExpr...
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-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-23 Aaron BallmanImproving documentation for the isMoveAssignmentOperato...
2016-01-22 Aaron BallmanProperly encode the < entity; it was missing the...
2016-01-22 Aaron BallmanAdd am AST matcher for isMoveAssignmentOperator.
2016-01-21 Nico WeberAdd an isVirtualAsWritten AST matcher.
2016-01-21 Aaron BallmanWhen dumping documentation for AST matchers, do somethi...
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 Aaron BallmanAugments r258042; changes the AST matcher tests to...
2015-12-22 Samuel Benzaquen[ASTMatchers] Fix typo in booleanType() doc.
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-20 Benjamin KramerRegenerate ASTMatchersReference without CRLF.
2015-11-20 Benjamin KramerFix ASTMatcher reference newlines and make the generato...
2015-11-18 Aaron BallmanRe-committing r253473 after hopefully fixing the bot...
2015-11-18 Aaron BallmanReverting r253473 while I investigate build bot failures.
2015-11-18 Aaron BallmanAdding AST matchers for VarDecl storage durations....
2015-10-17 Eric FiselierAdd an AST node matcher for TemplateTypeParmDecl objects.
2015-10-12 Matthias GehreAdd decayedType and hasDecayedType AST matchers
2015-10-05 Aaron BallmanAdding an AST node matcher for NonTypeTemplateParmDecl...
2015-10-05 Aaron BallmanAdding a narrowing AST matcher for FunctionDecl::isVari...
2015-09-17 Aaron BallmanRename AST node matchers to match the AST node names...
2015-09-11 Aaron BallmanFixed HasDeclarationMatcher to properly convert all...
2015-08-28 Aaron BallmanUpdating the AST matcher documentation with a new entry...
2015-08-28 Aaron BallmanAdding an AST matcher for namespaceAliasDecl.
2015-08-18 Aaron BallmanAdd AST narrowing matchers for inline and anonymous...
2015-08-14 Manuel KlimekFix AST matcher documentation.
2015-08-11 Aaron BallmanAdd missing documentation for conversionDecl; NFC.
2015-08-11 Aaron BallmanAdd a polymorphic AST matcher for testing whether a...
2015-08-11 Aaron BallmanAdd an AST matcher to match member intializers of a...
2015-08-05 Aaron BallmanAdd AST matchers for narrowing constructors that are...
2015-07-24 Aaron BallmanAdd an AST matcher, isFinal(), for testing whether...
2015-07-23 Aaron BallmanUpdating the documentation for the hasAttr AST matcher...
2015-07-22 Aaron BallmanSomething was unbalanced, and it wasn't the parentheses...
2015-07-22 Aaron BallmanBalancing parenthesis in comments and documentation...
2015-07-15 Aaron BallmanAdd the ability to AST match a variable declaration...
2015-07-02 Aaron BallmanImplement an AST matcher for C++ exception catch handle...
2015-02-10 Samuel BenzaquenAdd translationUnitDecl matcher.
2014-11-25 Manuel KlimekRe-apply r222646 (was reverted in r222667). Adding...
2014-11-24 Aaron BallmanReverting r222646; the tests do not pass on Windows...
2014-11-24 Manuel KlimekAdding 4 ASTMatchers: typedefDecl, isInMainFile, isInSy...
2014-10-09 Manuel KlimekImplement various matchers around template argument...
2014-09-04 Manuel KlimekAdd matcher for linkage specification
2014-08-25 Manuel KlimekAdd hasAttr matcher for declarations.
2014-08-15 Samuel BenzaquenAdd isDeleted() matcher for FunctionDecl nodes.
2014-08-05 Manuel KlimekAdds AST matchers for matching CUDA declarations.
2014-06-05 Samuel BenzaquenAdd hasLocalStorage/hasGlobalStorage matchers.
2014-05-27 Manuel KlimekMake equalsNode work with pointers to subtypes.
2014-05-27 Manuel KlimekAdds child traversal matchers for IfStmt's then and...
2014-05-27 Manuel KlimekAllow hasBody on CXXForRangeStmt nodes and update the...
2014-03-10 Samuel BenzaquenAdd loc() to the dynamic registry.
2014-02-24 Manuel KlimekFix AST matcher documentation for overloaded matchers.
2014-02-24 Manuel KlimekFix docs generation for the AST matchers:
2013-11-18 Samuel BenzaquenAdd partial support for the hasDeclaration() matcher...
2013-09-09 Benjamin KramerFix constructor-related typos.
2013-08-27 Samuel BenzaquenRewrite eachOf/allOf/anyOf to use a variadic operator.
2013-08-16 Samuel BenzaquenRefactor ArgumentAdaptativeMatcher matchers to remove...
2013-07-25 Manuel KlimekFix incorrect documentation generation for type matchers.
2013-07-24 Manuel KlimekUpdate docs.
2013-07-15 Samuel BenzaquenAdd support for type traversal matchers.
2013-06-21 Samuel BenzaquenAdd support for polymorphic matchers. Use runtime type...
2013-06-21 Manuel KlimekImprove documentation for AST matchers.
2013-06-20 Manuel KlimekAdds the equalsBoundNode matcher.
2013-06-20 Manuel KlimekImplements declaratorDecl, parmVarDecl and hassTypeLoc...
2013-06-10 Manuel KlimekFixes the comment for hasDeclaration.
2013-05-09 Edwin VaneAdding isConst() ASTMatcher for CXXMethodDecl nodes
2013-05-09 Edwin VaneUpdating LibASTMatchersReference to include namespaceDecl()
2013-04-09 Edwin VaneAdding new AST Matchers isVirtual and isOverride
2013-04-02 Edwin VaneAdding a hasLocalQualifiers() AST Matcher.
2013-04-01 Edwin VaneAdding parenType() and innerType() AST Matchers
2013-03-28 Edwin VaneUpdating LibASTMatchersReference
2013-03-07 Edwin VaneAdding lvalue and rvalue reference type matchers
2013-03-06 Edwin VaneNew ASTMatchers and enhancement to hasOverloadedOperato...
2013-03-04 Edwin VanehasQualifer() matcher should return false if there...
2013-02-25 Edwin VaneVarious additions to ASTMatcher library:
2013-02-25 Edwin VaneAdding hasDeclaration overload for TemplateSpecializati...
2013-02-25 Daniel JasperUpdate generated documentation after recent matcher...
2013-02-19 Edwin VaneSupport in hasDeclaration for types with getDecl()
2013-02-07 Manuel KlimekImplements equalsNode for Decl and Stmt.
2013-02-06 Manuel KlimekCleanup of ASTMatcher macros and adding support for...
2013-02-04 Manuel KlimekImplements the convenience matcher findAll.
2013-01-09 Manuel KlimekFixes dump_ast_matchers to parse all matcher macros...
2012-12-04 Daniel JasperUpdate matcher documentation with script.
2012-09-07 Manuel KlimekIntroduces anchors into LibASTMatchersReference.html.
2012-08-26 Manuel KlimekUpdate reference docs to latest changes.
2012-08-20 Manuel KlimekAdds the most requested doc for the AST matchers: a...