[PATCH] D35743: [clang-format] Handle Structured binding declaration in C++17

Chih-Hung Hsieh via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Aug 14 12:04:45 PDT 2017


chh added a comment.

Daniel, Manuel, I will take over this CL since Yan has finished his internship at Google.,
Yan's latest patch to tryToParseLambda looks acceptable to me.
I think it should take care of new kw_auto in additional to kw_new, ke_delete, etc.

Could you suggest if there is any better way to handle the new syntax?
Thanks.


https://reviews.llvm.org/D35743





More information about the cfe-commits mailing list