summaryrefslogtreecommitdiffstats
path: root/clang/unittests/ASTMatchers/ASTMatchersTraversalTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* [clang] Remove raw string literals in macrosOliver Stannard2020-01-131-19/+13
* Revert "[ASTMatchers] extract public matchers from const-analysis into own pa...Jonas Toth2020-01-111-166/+0
* [ASTMatchers] extract public matchers from const-analysis into own patchJonas Toth2020-01-111-0/+166
* Implement new AST matcher hasAnyCapture to match on LambdaExpr captures.Reid2020-01-101-0/+20
* [ASTMatchers] Make test more clear about what it is verifyingStephen Kelly2020-01-101-2/+5
* Clang-format previous commitStephen Kelly2020-01-051-3/+1
* Add missing testStephen Kelly2020-01-051-0/+12
* Allow using traverse() with bindingsStephen Kelly2020-01-051-0/+22
* Implement additional traverse() overloadsStephen Kelly2019-12-311-0/+86
* Match code following lambdas when ignoring invisible nodesStephen Kelly2019-12-311-0/+6
* Customize simplified dumping and matching of LambdaExprStephen Kelly2019-12-211-0/+28
* Revert "Customize simplified dumping and matching of LambdaExpr"Stephen Kelly2019-12-201-28/+0
* Customize simplified dumping and matching of LambdaExprStephen Kelly2019-12-201-0/+28
* Add method to ignore invisible AST nodesStephen Kelly2019-12-181-0/+143
* Make it possible control matcher traversal kind with ASTContextStephen Kelly2019-12-061-0/+85
* [Clang] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-141-65/+65
* [clang][NFC] Move matcher ignoringElidableConstructorCall's tests to appropri...Yitzhak Mandelbaum2019-08-081-0/+85
* [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
OpenPOWER on IntegriCloud