[PATCH] D113826: [clang-format][c++2b] support removal of the space between auto and {} in P0849R8
Arthur O'Dwyer via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sat Nov 13 08:53:29 PST 2021
arthur.j.odwyer added subscribers: MyDeveloperDay, arthur.j.odwyer.
arthur.j.odwyer added a comment.
Sorry, I meant remove the first four cases that are invalid C++, e.g.
auto{}.
Personally I'd keep the "valid but arguably misformatted" cases (which I
had suggested earlier but you just removed).
How that's clearer now.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D113826/new/
https://reviews.llvm.org/D113826
More information about the cfe-commits
mailing list