This reverts commit b2eb439317576ce718193763c12bff9fccdfc166.
Caused the regression:
https://bugs.llvm.org/show_bug.cgi?id=47589
Paths
| Differential D89464
Revert "[clang-format] Fix AlignConsecutive on PP blocks" ClosedPublic Authored by sylvestre.ledru on Oct 15 2020, 7:08 AM.
Details Summary This reverts commit b2eb439317576ce718193763c12bff9fccdfc166. Caused the regression:
Diff Detail
Event Timelinelebedev.ri added inline comments.
sylvestre.ledru added inline comments.
Comment Actions LGTM, only keep the tests if they remain passing, otherwise perhaps @JakeMerdichAMD can add them back in. Could you add a test for the thing that broke to keep us honest? @JakeMerdichAMD when you get time, swing back round again with your fix because I think this was a good change (apart of the issues) This revision is now accepted and ready to land.Oct 16 2020, 10:26 AM Closed by commit rGb9e789447f14: Revert "[clang-format] Fix AlignConsecutive on PP blocks" (authored by sylvestre.ledru). · Explain WhyOct 17 2020, 10:53 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 298841 clang/lib/Format/FormatToken.h
clang/lib/Format/UnwrappedLineParser.cpp
clang/lib/Format/WhitespaceManager.cpp
clang/unittests/Format/FormatTest.cpp
clang/unittests/Format/FormatTestComments.cpp
|
Passing-by comment: you probably want to keep the tests though?