[PATCH] D90232: [clang-format] Formatting constructor initializer lists by putting them always on different lines (update to D14484)
Nikolai Hlubek via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Jun 1 00:48:21 PDT 2021
nhlubek added a comment.
I tried to highlight the story with this bug that this commit tries to fix in the following bug report:
https://bugs.llvm.org/show_bug.cgi?id=50549
It goes back to 2015 and several people have tried to come up with solutions. The solutions are not complicated but due to the complex nature of C++ formatting and the clang-format options everyone so far has failed a code review and doesn't really know how to proceed.
I think this can only be resolved by a clang-format core dev who needs to adopt the changes in a form suitable for clang-format. A small task that will make a lot of people happy.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D90232/new/
https://reviews.llvm.org/D90232
More information about the cfe-commits
mailing list