summaryrefslogtreecommitdiffstats
path: root/unittests/ASTMatchers/ASTMatchersTraversalTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* [gtest] The way EXPECT_TEST now works after upgrading gtest triggers anChandler Carruth2017-01-041-3/+6
* DR1315: a non-type template argument in a partial specialization is permittedRichard Smith2016-12-281-2/+2
* [ASTMatcher] Add hasReplacementType matcher for SubstTemplateTypeParmTypeMalcolm Parsons2016-12-081-0/+17
* Adds hasUnqualifiedDesugaredType to allow matching through type sugar.Manuel Klimek2016-12-011-0/+9
* [ASTMatcher] Add CXXNewExpr support to hasDeclarationMalcolm Parsons2016-10-311-0/+6
* Traversing template paramter lists of DeclaratorDecls and/or TagDecls.Nico Weber2016-09-131-0/+83
* [ASTMatchers] Add matchers canReferToDecl() and hasUnderlyingDecl()Martin Bohme2016-08-091-0/+34
* [ASTMatcher] Add templateName matcher.Haojian Wu2016-07-291-0/+8
* [ASTMatcher] Add hasTemplateArgument/hasAnyTemplateArgument support in functi...Haojian Wu2016-07-291-0/+13
* [ASTMatchers] New forEachOverriden matcher.Clement Courbet2016-07-051-0/+44
* IgnoringImplicit matcher.Cong Liu2016-06-241-0/+10
* Revert "[ASTMatchers] New forEachOverriden matcher."Chandler Carruth2016-06-111-44/+0
* [ASTMatchers] New forEachOverriden matcher.Clement Courbet2016-06-101-0/+44
* [ASTMatchers] Breaking change of `has` matcherPiotr Padlewski2016-05-311-2/+2
* [ASTMatchers] Add support of hasCondition for SwitchStmt.Etienne Bergeron2016-05-301-0/+22
* Dividied ASTMatcherTests into 4 filesPiotr Padlewski2016-05-171-0/+1979