This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG6e77ba6c1e4d: [clang-format] Fix weird handling of
AfterColon (authored by HazardyKnusperkeks).
Changed prior to commit:
https://reviews.llvm.org/
HazardyKnusperkeks marked 2 inline comments as done.
HazardyKnusperkeks added a comment.
Will be fixed on commit.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D158505/new/
https://reviews.llvm.org/D158505
__
owenpan accepted this revision.
owenpan added inline comments.
This revision is now accepted and ready to land.
Comment at: clang/unittests/Format/FormatTest.cpp:7954
+ verifyFormat(
+ "Class::Class(int some, int arguments, int loonoog,\n"
+ "
HazardyKnusperkeks added inline comments.
Comment at: clang/unittests/Format/FormatTest.cpp:7995
verifyFormat("Constructor(aa ,\n"
- "aa ) :\n"
- "aa(aaa
HazardyKnusperkeks created this revision.
Herald added projects: All, clang, clang-format.
Herald added a subscriber: cfe-commits.
Herald added reviewers: rymiel, owenpan, MyDeveloperDay.
HazardyKnusperkeks requested review of this revision.
This fixes https://github.com/llvm/llvm-project/issues/6