[PATCH] D56444: [AST] RecursiveASTVisitor visits lambda classes when implicit visitation is on.

Aaron Ballman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Jan 10 10:30:50 PST 2019


aaron.ballman accepted this revision.
aaron.ballman added a comment.
This revision is now accepted and ready to land.

LGTM with one minor testing request (conditional on the test passing, of course).



================
Comment at: unittests/Tooling/RecursiveASTVisitorTests/LambdaExpr.cpp:68
 }
 
 TEST(RecursiveASTVisitor, VisitsAttributedLambdaExpr) {
----------------
Can you add a test that has a lambda within a lambda to ensure that everything is traversed as expected?


Repository:
  rC Clang

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D56444/new/

https://reviews.llvm.org/D56444





More information about the cfe-commits mailing list