[PATCH] D25206: [Parser] Correct typo after lambda capture initializer is parsed

Alex Lorenz via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Dec 19 03:12:45 PST 2016


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

This looks good to me. It would be nice if we could get rid of the 2nd `expected expression` error in `auto s0 = S1{[name=]() {}};`, but it can be done later.


https://reviews.llvm.org/D25206





More information about the cfe-commits mailing list