summaryrefslogtreecommitdiffstats
path: root/clang/unittests/AST/ASTTraverserTest.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [clang] Remove raw string literals in macrosOliver Stannard2020-01-131-67/+83
| | | | | Older (but still supported) versions of GCC don't handle C++11 raw string literals in macro parameters correctly.
* Customize simplified dumping and matching of LambdaExprStephen Kelly2019-12-211-0/+119
| | | | | | | | | | Reviewers: aaron.ballman Subscribers: cfe-commits Tags: #clang Differential Revision: https://reviews.llvm.org/D71680
* Revert "Customize simplified dumping and matching of LambdaExpr"Stephen Kelly2019-12-201-119/+0
| | | | This reverts commit 494b1318ca77927e919bbf9a61749a58553d738c.
* Customize simplified dumping and matching of LambdaExprStephen Kelly2019-12-201-0/+119
| | | | | | | | | | Reviewers: aaron.ballman Subscribers: cfe-commits Tags: #clang Differential Revision: https://reviews.llvm.org/D71680
* Add method to ignore invisible AST nodesStephen Kelly2019-12-181-0/+235
| | | | | | | | | | Reviewers: aaron.ballman Subscribers: mgorny, cfe-commits Tags: #clang Differential Revision: https://reviews.llvm.org/D70613
* Trim trailing whitespaceStephen Kelly2019-12-181-2/+2
|
* Output names in the AST in testsStephen Kelly2019-12-181-3/+13
|
* [clang] Fix mismatched args constructing AddressSpaceAttr.Anton Bikineev2019-08-071-0/+13
| | | | | | Differential Revision: https://reviews.llvm.org/D65589 llvm-svn: 368152
* Add a Visit overload for DynTypedNode to ASTNodeTraverserStephen Kelly2019-05-191-0/+224
| | | | | | | | | | | | Reviewers: aaron.ballman Subscribers: cfe-commits Tags: #clang Differential Revision: https://reviews.llvm.org/D61834 llvm-svn: 361117
* Revert r361033 "Add a Visit overload for DynTypedNode to ASTNodeTraverser"Nico Weber2019-05-171-220/+0
| | | | | | | | It fails to build on some bots. Also revert follow-up r361055. llvm-svn: 361059
* Add a Visit overload for DynTypedNode to ASTNodeTraverserStephen Kelly2019-05-171-0/+220
Reviewers: aaron.ballman Subscribers: cfe-commits Tags: #clang Differential Revision: https://reviews.llvm.org/D61834 llvm-svn: 361033
OpenPOWER on IntegriCloud