This is an archive of the discontinued LLVM Phabricator instance.

[clang-format] Fix a bug in "AfterControlStatement: MultiLine"
ClosedPublic

Authored by owenpan on May 19 2022, 3:09 AM.

Diff Detail

Event Timeline

owenpan created this revision.May 19 2022, 3:09 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 19 2022, 3:09 AM
owenpan requested review of this revision.May 19 2022, 3:09 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 19 2022, 3:09 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript
This revision is now accepted and ready to land.May 21 2022, 1:50 PM
curdeius accepted this revision.May 21 2022, 1:53 PM
curdeius added inline comments.
clang/unittests/Format/FormatTest.cpp
3213

This seems unrelated, is it so really?

owenpan added inline comments.May 21 2022, 2:44 PM
clang/unittests/Format/FormatTest.cpp
3213

It's redundant but unrelated. We can delete it in a separate patch when replacing every EXPECT_EQ with a verifyFormat.

owenpan marked an inline comment as done.May 21 2022, 3:13 PM