[PATCH] D35743: [clang-format] Adjust space around &/&& of structured bindings

Manuel Klimek via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Sep 19 08:45:08 PDT 2017


klimek added a comment.

Ok, we still need to fix structured bindings in the UnwrappedLineParser. Unfortunately isCppStructuredBinding requires a "previous token" function, which we don't really have in the UnwrappedLineParser. /me goes thinking more about that part of the problem. That should be largely independent of this patch, though, so LG from my side.


https://reviews.llvm.org/D35743





More information about the cfe-commits mailing list