This is an archive of the discontinued LLVM Phabricator instance.

[clang-format] Add space between method modifier and a tuple return type in C#
ClosedPublic

Authored by lbk on Jul 31 2020, 3:17 AM.

Details

Summary

"public (string name, int age) methodTuple() {}" is now properly spaced

Diff Detail

Event Timeline

lbk created this revision.Jul 31 2020, 3:17 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 31 2020, 3:17 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript
lbk requested review of this revision.Jul 31 2020, 3:17 AM
jbcoe accepted this revision.Jul 31 2020, 3:34 AM
This revision is now accepted and ready to land.Jul 31 2020, 3:34 AM
lbk updated this revision to Diff 282210.Jul 31 2020, 6:17 AM

Extend test set by additional values of method_modifier

Updating D85016: [clang-format] Add space between method modifier and a tuple return type in C#

krasimir accepted this revision.Aug 3 2020, 8:52 AM

Thank you!

This revision was landed with ongoing or failed builds.Aug 10 2020, 6:01 AM
This revision was automatically updated to reflect the committed changes.