It appears that this regressed the formatting of initializer lists in some
cases, see comments on https://reviews.llvm.org/D114583. I'll follow-up
by adding regression tests for these.
This reverts commit c41b3b0fa0f4f70aad8deaf48bcd42a04385066c.
Paths
| Differential D116000
Revert "[clang-format] Adjust braced list detection" ClosedPublic Authored by krasimir on Dec 19 2021, 5:49 AM.
Details Summary It appears that this regressed the formatting of initializer lists in some This reverts commit c41b3b0fa0f4f70aad8deaf48bcd42a04385066c.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Dec 19 2021, 7:01 AM This revision was landed with ongoing or failed builds.Dec 19 2021, 7:05 AM Closed by commit rGd96bf6ea4618: Revert "[clang-format] Adjust braced list detection" (authored by krasimir). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 395330 clang/lib/Format/UnwrappedLineParser.cpp
clang/unittests/Format/FormatTest.cpp
|