This is an archive of the discontinued LLVM Phabricator instance.

WIP
AbandonedPublic

Authored by nickdesaulniers on Jul 17 2023, 4:49 PM.

Details

Reviewers
None
Summary

Diff Detail

Event Timeline

Herald added a project: Restricted Project. · View Herald TranscriptJul 17 2023, 4:49 PM
nickdesaulniers requested review of this revision.Jul 17 2023, 4:49 PM
Herald added a project: Restricted Project. · View Herald TranscriptJul 17 2023, 4:49 PM
Herald added a subscriber: cfe-commits. · View Herald Transcript
rjmccall added inline comments.
clang/lib/Sema/JumpDiagnostics.cpp
362

I would indent this at the same level as the case labels, and group it with them, too, but yeah, this is what I was thinking. But the helper function approach looks pretty clean, too. Your choice.

nickdesaulniers abandoned this revision.Jul 18 2023, 10:08 AM
nickdesaulniers added inline comments.
clang/lib/Sema/JumpDiagnostics.cpp
362

I don't feel strongly either way. I'll fix up the indentation then squash this down into D155342; this is fewer lines changed than D155522.