When Cpp11BraceListStyle is set to false and AlignArrayOfStructures is
set, the first and last elements of a braced list should not be joined
to the brace.
Fixes #57611.
Paths
| Differential D145813
[clang-format] Respect Cpp11BraceListStyle when aligning array of structures Needs ReviewPublic Authored by hch12907 on Mar 10 2023, 10:11 AM.
Details Summary When Cpp11BraceListStyle is set to false and AlignArrayOfStructures is Fixes #57611.
Diff Detail
Event Timeline
MyDeveloperDay added inline comments.
Revision Contents
Diff 504238 clang/lib/Format/WhitespaceManager.cpp
clang/unittests/Format/FormatTest.cpp
|
any reason you didn't use verifyFormat here?