summaryrefslogtreecommitdiff
path: root/unittests/ASTMatchers/ASTMatchersTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* Dividied ASTMatcherTests into 4 filesPiotr Padlewski2016-05-171-5646/+0
* Add the hasDynamicExceptionSpec() AST matcher to match function declarations ...Aaron Ballman2016-05-161-0/+16
* Add an AST matcher for CastExpr kindEtienne Bergeron2016-05-131-0/+9
* Add an AST matcher for string-literal lengthEtienne Bergeron2016-05-121-1/+11
* [ASTMatchers] New matcher forFunctionGabor Horvath2016-05-041-0/+35
* Clarify memory ownership semantics; NFC.Aaron Ballman2016-04-211-83/+87
* [ASTMatchers] Do not try to memoize nodes we can't compare.Samuel Benzaquen2016-04-191-0/+13
* Add typedefNameDecl() and typeAliasDecl() to the AST matchers; improves hasTy...Aaron Ballman2016-04-141-1/+27
* Add AST Matchers for CXXConstructorDecl::isDelegatingConstructor and CXXMetho...Alexander Kornienko2016-04-131-0/+26
* [ASTMatchers]: fix crash in hasReturnValueMatthias Gehre2016-04-121-0/+1
* [ASTMatchers] Existing matcher hasAnyArgument fixedGabor Horvath2016-03-301-1/+6
* [ASTMatchers] Add own version of VariadicFunction.Samuel Benzaquen2016-03-251-0/+3
* [ASTMatchers] New matcher hasReturnValue addedAlexander Kornienko2016-03-221-0/+6
* Use an explicit instantiation to work around delayed template parsing for MSV...Aaron Ballman2016-03-091-3/+3
* Adding new AST matchers for: addrLabelExpr, atomicExpr, binaryConditionalOper...Aaron Ballman2016-03-091-1/+104
* [ASTMatchers] Document that isAnyPointer() matcher also matches Objective-C o...Felix Berger2016-03-061-0/+5
* [ASTMatchers] Add matcher hasAnyName.Samuel Benzaquen2016-02-221-0/+13
* Add an AST matcher for real floating-point types. e.g., float, double, long d...Aaron Ballman2016-02-181-0/+9
* Missing semicolons are kind of important. Who knew?Aaron Ballman2016-02-161-1/+1
* Add a nullPointerConstant() AST matcher to handle variations of null pointer ...Aaron Ballman2016-02-161-0/+10
* Add isAnyPointer() matchers. Register missing matchers.Felix Berger2016-02-151-0/+8
* Make ParentMap work with explicit specializations of function templates.Nico Weber2016-02-081-0/+7
* [ASTMatchers] Allow hasName() to look through inline namespacesSamuel Benzaquen2016-02-051-0/+46
* Provide match function to look over an entire TU again.Daniel Jasper2016-02-031-1/+9
* Always build a new TypeSourceInfo for function templates with parametersNico Weber2016-02-011-0/+11
* Reapply r259210 with a fix for RegistryTest.cpp.Aaron Ballman2016-02-011-1/+25
* Revert r259210 "Extend hasType narrowing matcher for TypedefDecls, add functi...Hans Wennborg2016-01-291-25/+1
* Extend hasType narrowing matcher for TypedefDecls, add functionProtoType matc...Aaron Ballman2016-01-291-1/+25
* Include RecordDecls from anonymous unions in the AST.Nico Weber2016-01-281-0/+22
* Add am AST matcher for isMoveAssignmentOperator.Aaron Ballman2016-01-221-0/+15
* Let RecursiveASTVisitor visit array index VarDeclsNico Weber2016-01-221-0/+8
* Add an isVirtualAsWritten AST matcher.Nico Weber2016-01-211-0/+10
* Add AST matcher support for FunctionDecls with the hasBody matcher.Aaron Ballman2016-01-201-0/+4
* Add AST matcher for paren expressions.Aaron Ballman2016-01-201-0/+8
* The destructor name should be matched to ~Foo instead of Foo.Aaron Ballman2016-01-181-3/+3
* Add an AST matcher for checking whether a function is defaulted.Aaron Ballman2016-01-181-0/+7
* Augments r258042; changes the AST matcher tests to use matchesNot and EXPECT_...Aaron Ballman2016-01-181-2/+14
* Add forEachArgumentWithParam AST matcher.Manuel Klimek2016-01-181-0/+85
* [ASTMatchers] Add booleanType() matcher.Samuel Benzaquen2015-12-221-0/+7
* Add a new matcher to match character types.Gabor Horvath2015-12-151-0/+8
* Add a narrowing AST matcher that matches on a FunctionDecl with a non-throwin...Aaron Ballman2015-12-021-0/+9
* Traverse the NestedNameSpecifier(Loc) of NamespaceAliasDecls.Daniel Jasper2015-12-021-0/+2
* Add an AST matcher for narrowing when a type is volatile-qualified.Aaron Ballman2015-11-231-0/+9
* Removing the AST matcher test for thread_local storage duration. Not all plat...Aaron Ballman2015-11-181-5/+5
* Re-committing r253473 after hopefully fixing the bot breakage. There was a co...Aaron Ballman2015-11-181-0/+23
* Reverting r253473 while I investigate build bot failures.Aaron Ballman2015-11-181-23/+0
* Adding AST matchers for VarDecl storage durations. Can now determine whether ...Aaron Ballman2015-11-181-0/+23
* Make hasLHS and hasRHS matchers available for ArraySubscriptExprAlexander Kornienko2015-11-021-0/+5
* Add "equalsNode" for types and "isCopyAssignmentOperator" matchers.Angel Garcia Gomez2015-10-301-0/+29
* Add an AST node matcher for TemplateTypeParmDecl objects.Eric Fiselier2015-10-171-0/+7