This is an archive of the discontinued LLVM Phabricator instance.

[clang-format] Brace breaking for C# lambdas
ClosedPublic

Authored by jbcoe on Jun 8 2020, 7:08 AM.

Diff Detail

Event Timeline

jbcoe planned changes to this revision.Jun 8 2020, 7:08 AM
jbcoe created this revision.
jbcoe updated this revision to Diff 269233.Jun 8 2020, 7:56 AM

Workaround for broken parsing of C# lambdas.

jbcoe set the repository for this revision to rG LLVM Github Monorepo.
jbcoe added a project: Restricted Project.
Herald added a project: Restricted Project. · View Herald TranscriptJun 8 2020, 7:57 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript
jbcoe updated this revision to Diff 269262.Jun 8 2020, 9:09 AM

Amend comment - behaviour with addUnwrappedLine is expected and applied fix is fine.

krasimir accepted this revision.Jun 8 2020, 12:52 PM

Thank you!

This revision is now accepted and ready to land.Jun 8 2020, 12:52 PM
This revision was automatically updated to reflect the committed changes.