summaryrefslogtreecommitdiffstats
path: root/clang/unittests/ASTMatchers/ASTMatchersTraversalTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* [clang] Adapt ASTMatcher to explicit(bool) specifierGauthier Harnisch2019-06-191-0/+50
* [ASTMatchers] Introduce Objective-C matchers `isClassMessage`, `isClassMethod...Ben Hamilton2019-04-221-0/+54
* Move multiline raw string literal out of macro. NFCDavid Green2019-02-161-18/+16
* Exteded test of .Yitzhak Mandelbaum2019-02-151-9/+13
* Remove unnecessary expectation.Yitzhak Mandelbaum2019-02-151-1/+0
* Added test for matcher On.Yitzhak Mandelbaum2019-02-151-12/+14
* Add tests for assorted `CXXMemberCallExpr` matchers.Yitzhak Mandelbaum2019-02-151-0/+89
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Compound literals, enums, et al require const exprBill Wendling2018-11-091-3/+6
* Fix ASTMatchersTraversalTest testcase compile on older compilersDavid Green2018-08-151-3/+3
* Fix Stmt::ignoreImplicitStephen Kelly2018-08-141-0/+39
* [ASTMatchers] Let hasAnyArgument also support CXXUnresolvedConstructExprShuai Wang2018-08-121-0/+19
* [ASTMatchers] Quickfix for tests.George Karpenkov2018-07-161-6/+6
* [ASTMatchers] Introduce Objective-C matchers `hasReceiver` and `isInstanceMes...George Karpenkov2018-07-161-0/+29
* [ASTMatchers] Introduce a blockDecl matcher for matching block declarationsGeorge Karpenkov2018-05-161-0/+4
* [ASTMatchers] Extend hasParameter and hasAnyParameter matches to handle Objec...George Karpenkov2018-03-291-0/+4
* [ASTMatcher] Extend hasAnyArgument to ObjCMessageExprGeorge Karpenkov2018-03-071-3/+10
* Unify and simplify the behavior of the hasDeclaration matcher.Manuel Klimek2017-08-021-2/+33
* [ASTMatchers] Allow forField to match indirect fields.Malcolm Parsons2017-08-011-2/+6
* [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
OpenPOWER on IntegriCloud