This is an archive of the discontinued LLVM Phabricator instance.

[clang-format] Fix handling of TypeScript tuples with optional last member
ClosedPublic

Authored by taymonbeal on Feb 17 2023, 6:35 PM.

Diff Detail

Event Timeline

taymonbeal created this revision.Feb 17 2023, 6:35 PM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 17 2023, 6:35 PM
taymonbeal requested review of this revision.Feb 17 2023, 6:35 PM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 17 2023, 6:35 PM
Herald added a subscriber: cfe-commits. · View Herald Transcript
owenpan added inline comments.
clang/unittests/Format/FormatTestJS.cpp
2827

Can you move it into the OptionalTypes test above?

HazardyKnusperkeks added a project: Restricted Project.Feb 19 2023, 12:21 AM

Merge unit test into existing test

taymonbeal marked an inline comment as done.Feb 19 2023, 1:06 PM
owenpan accepted this revision.Feb 19 2023, 2:35 PM
This revision is now accepted and ready to land.Feb 19 2023, 2:35 PM

Can anyone please commit this? I don't have commit access. Thanks.

Name: Taymon A. Beal
Email: taymon@google.com

MyDeveloperDay accepted this revision.Feb 21 2023, 2:23 AM

Thank you for this LGTM

This revision was landed with ongoing or failed builds.Feb 21 2023, 2:52 AM
This revision was automatically updated to reflect the committed changes.