This is an archive of the discontinued LLVM Phabricator instance.

[clang-format] Correct line breaks in C# generic type constraints
ClosedPublic

Authored by jbcoe on Mar 30 2020, 8:35 AM.

Diff Detail

Event Timeline

jbcoe created this revision.Mar 30 2020, 8:35 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 30 2020, 8:35 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript
jbcoe updated this revision to Diff 253925.Mar 31 2020, 10:30 AM

Fix failing test by preventing inconsistent states from being constructed where canBreak is false and mustBreak is true.

krasimir accepted this revision.Mar 31 2020, 10:38 AM

Awesome!

This revision is now accepted and ready to land.Mar 31 2020, 10:38 AM
This revision was automatically updated to reflect the committed changes.