]> granicus.if.org Git - clang/history - include/clang/ASTMatchers/ASTMatchers.h
[ASTMatchers] Existing matcher hasAnyArgument fixed
[clang] / include / clang / ASTMatchers / ASTMatchers.h
2016-03-30 Gabor Horvath[ASTMatchers] Existing matcher hasAnyArgument fixed
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-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-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 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.
2015-12-22 Samuel Benzaquen[ASTMatchers] Fix typo in booleanType() doc.
2015-12-22 Samuel Benzaquen[ASTMatchers] Add booleanType() matcher.
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...
2015-11-18 Aaron BallmanReverting r253473 while I investigate build bot failures.
2015-11-18 Aaron BallmanAdding AST matchers for VarDecl storage durations....
2015-11-02 Alexander KornienkoMake hasLHS and hasRHS matchers available for ArraySubs...
2015-10-30 Angel Garcia GomezAdd "equalsNode" for types and "isCopyAssignmentOperato...
2015-10-23 Benjamin Kramer[AST] Re-add TypeLocs and NestedNameSpecifierLocs to...
2015-10-21 Benjamin KramerRevert "[AST] Put TypeLocs and NestedNameSpecifierLocs...
2015-10-20 Benjamin Kramer[AST] Put TypeLocs and NestedNameSpecifierLocs into...
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-09-10 Aaron BallmanProperly close documentation /code blocks with /endcode.
2015-09-08 Manuel KlimekFix documentation of numSelectorArgs.
2015-08-28 Aaron BallmanAdding an AST matcher for namespaceAliasDecl.
2015-08-26 Samuel Benzaquen[ASTMatchers] Add type matcher for SubstTemplateTypePar...
2015-08-18 Aaron BallmanAdd AST narrowing matchers for inline and anonymous...
2015-08-18 Aaron BallmanRemoving useless whitespace; NFC.
2015-08-14 Manuel KlimekFix AST matcher documentation.
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 BallmanCorrecting some comments. (1) the function is named...
2015-07-24 Aaron BallmanVisual Studio is more permissive than other compilers...
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-06 Yaron KerenReplace some const std::string & with llvm::StringRef...
2015-07-03 Yaron KerenRevert r241330. It compiled with Visual C++ 2013 and...
2015-07-03 Yaron KerenReplace some const std::string & with llvm::StringRef...
2015-07-03 Yaron KerenRevert r241319, investigating.
2015-07-03 Yaron KerenReplace some const std::string & with llvm::StringRef...
2015-07-02 Aaron BallmanImplement an AST matcher for C++ exception catch handle...
2015-06-05 David MajnemerMove a test from static-assert.cpp to DeclPrinterTest
2015-05-22 Szabolcs SiposAdding new AST matcher: isConstexpr
2015-05-07 Szabolcs SiposAdding new AST matcher: gnuNullExpr
2015-04-20 Samuel BenzaquenAdd conversionDecl matcher for node CXXConversionDecl.
2015-03-12 Manuel KlimekAdd support for a few Objective-C matchers.
2015-03-12 Aaron BallmanReverting r232034, as it broke one of the bots with...
2015-03-12 Aaron BallmanAdded some matchers for objective c selectors and messa...
2015-03-07 Benjamin KramerASTMatchers: Make AST_POLYMORPHIC_SUPPORTED_TYPES a...
2015-03-06 Samuel BenzaquenFix isOverride() for the case of a dependent typed...
2015-02-10 Samuel BenzaquenAdd translationUnitDecl matcher.
2015-01-14 Chandler Carruth[cleanup] Re-sort *all* #include lines with llvm/utils...
2015-01-05 Samuel BenzaquenFix dangling pointer in isDerivedFrom.
2014-12-15 Samuel BenzaquenAdd voidType() matcher.
2014-12-08 Samuel BenzaquenFix isInstantiated and isInTemplateInstantiation to...
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-11-20 Samuel BenzaquenReplace variadic operator function pointer with an...
2014-10-28 Samuel BenzaquenAdd valueDecl() matcher.
2014-10-27 Samuel BenzaquenFix segfault in hasDeclContext for nodes that have...
2014-10-24 Benjamin KramerASTMatchers: for-rangify loops. No functionality change.
2014-10-15 Samuel BenzaquenChange hasName() to take const std::string&, as it...
2014-10-15 Samuel BenzaquenSpeed up hasName() matcher.
2014-10-09 Samuel BenzaquenSpecial case 0 and 1 matcher in makeAllOfComposite().
2014-10-09 Manuel KlimekImplement various matchers around template argument...
2014-09-04 Manuel KlimekAdd matcher for linkage specification
2014-09-03 Benjamin KramerASTMatchers: Add a matcher to detect whether a decl...
2014-08-30 Craig TopperFix some cases where StringRef was being passed by...
2014-08-29 Benjamin KramerASTMatchers: Replace some copies of the bound nodes...
2014-08-25 Manuel KlimekAdd hasAttr matcher for declarations.
2014-08-15 Samuel BenzaquenAdd isDeleted() matcher for FunctionDecl nodes.
2014-08-13 Benjamin KramerHeader guard canonicalization, clang part.
2014-08-05 NAKAMURA TakumiASTMatchers.h: Fix an annotation. [-Wdocumentation...
2014-08-05 Manuel KlimekAdds AST matchers for matching CUDA declarations.
2014-07-16 Benjamin Kramer[ASTMatchers] Add a usingDirectiveDecl matcher.
2014-07-14 Benjamin Kramer[ASTMatchers] Make hasOverloadedOperatorName also match...
next