This is an archive of the discontinued LLVM Phabricator instance.

[clang-format] Do not interpret C# deconstruction in a foreach as a cast
ClosedPublic

Authored by jbcoe on Apr 16 2020, 6:08 AM.

Diff Detail

Event Timeline

jbcoe created this revision.Apr 16 2020, 6:08 AM
Herald added a project: Restricted Project. · View Herald TranscriptApr 16 2020, 6:08 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript
krasimir accepted this revision.Apr 16 2020, 6:10 AM

Nice!

This revision is now accepted and ready to land.Apr 16 2020, 6:10 AM
jbcoe updated this revision to Diff 258035.Apr 16 2020, 6:17 AM

Format patch

This revision was automatically updated to reflect the committed changes.