]> granicus.if.org Git - clang/history - unittests/ASTMatchers/ASTMatchersTest.cpp
[ASTMatchers] Existing matcher hasAnyArgument fixed
[clang] / unittests / ASTMatchers / ASTMatchersTest.cpp
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-09 Aaron BallmanUse an explicit instantiation to work around delayed...
2016-03-09 Aaron BallmanAdding new AST matchers for: addrLabelExpr, atomicExpr...
2016-03-06 Felix Berger[ASTMatchers] Document that isAnyPointer() matcher...
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 BallmanMissing semicolons are kind of important. Who knew?
2016-02-16 Aaron BallmanAdd a nullPointerConstant() AST matcher to handle varia...
2016-02-15 Felix BergerAdd isAnyPointer() matchers. Register missing matchers.
2016-02-08 Nico WeberMake ParentMap work with explicit specializations of...
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 Nico WeberAlways build a new TypeSourceInfo for function template...
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-28 Nico WeberInclude RecordDecls from anonymous unions in the AST.
2016-01-22 Aaron BallmanAdd am AST matcher for isMoveAssignmentOperator.
2016-01-22 Nico WeberLet RecursiveASTVisitor visit array index VarDecls
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 BallmanThe destructor name should be matched to ~Foo instead...
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...
2016-01-18 Manuel KlimekAdd forEachArgumentWithParam AST matcher.
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-12-02 Daniel JasperTraverse the NestedNameSpecifier(Loc) of NamespaceAlias...
2015-11-23 Aaron BallmanAdd an AST matcher for narrowing when a type is volatil...
2015-11-18 Aaron BallmanRemoving the AST matcher test for thread_local storage...
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-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-08 Manuel KlimekFix documentation of numSelectorArgs.
2015-09-04 Aaron BallmanFixing a bug where hasType(decl()) would fail to match...
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-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-17 Samuel Benzaquen[ASTMatchers] Use provided target NodeKind instead...
2015-07-15 Aaron BallmanAdd the ability to AST match a variable declaration...
2015-07-02 Aaron BallmanWhen testing for anyOf(), the test should not be for...
2015-07-02 Aaron BallmanImplement an AST matcher for C++ exception catch handle...
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-04-11 Alexander KornienkoUse 'override/final' instead of 'virtual' for overridde...
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-02-04 Daniel JasperRewrite r228138 to be somewhat saner.
2015-02-04 Daniel JasperLet RecursiveASTVisitor walk both syntactic and semanti...
2015-02-03 Daniel JasperAdd some overloads so that floating point literals...
2015-02-02 Daniel JasperRevert "Add some overloads so that floating point liter...
2015-02-02 Daniel JasperAdd some overloads so that floating point literals...
2014-12-15 Samuel BenzaquenAdd voidType() 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 Aaron BallmanUnbreaking the MSVC 2012 build; however, these tests...
2014-11-24 Manuel KlimekAdding 4 ASTMatchers: typedefDecl, isInMainFile, isInSy...
2014-10-28 Samuel BenzaquenAdd valueDecl() matcher.
2014-10-27 Samuel BenzaquenFix segfault in hasDeclContext for nodes that have...
2014-10-22 Samuel BenzaquenAdd support for profiling the matchers used.
2014-10-13 Samuel BenzaquenFix bug in DynTypedMatcher::constructVariadic() that...
2014-10-09 Manuel KlimekImplement various matchers around template argument...
2014-10-06 Samuel BenzaquenFix bug in DynTypedMatcher::constructVariadic() that...
2014-10-01 Fariborz JahanianAdds 'override' to overriding methods. NFC.
2014-10-01 Samuel BenzaquenRefactor Matcher<T> and DynTypedMatcher to reduce overh...
2014-09-29 NAKAMURA TakumiRevert r218616, "Refactor Matcher<T> and DynTypedMatche...
2014-09-29 Samuel BenzaquenRefactor Matcher<T> and DynTypedMatcher to reduce overh...
2014-09-04 Manuel KlimekAdd matcher for linkage specification
2014-09-03 Benjamin KramerASTMatchers: Add a matcher to detect whether a decl...
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-07-23 Daniel JasperPrevent assert in ASTMatchFinder.
2014-07-23 Benjamin KramerASTMatchers: Bound node results are always const, make...
2014-07-16 Benjamin Kramer[ASTMatchers] Add a usingDirectiveDecl matcher.
2014-07-14 Benjamin Kramer[ASTMatchers] Make hasOverloadedOperatorName also match...
2014-06-29 Alexander KornienkoAdd a matcher for SubstNonTypeTemplateParmExpr.
2014-06-13 Samuel BenzaquenDo not store duplicate parents when memoization data...
2014-06-08 Craig Topper[C++11] Use 'nullptr'. Unittests edition.
next