This is an archive of the discontinued LLVM Phabricator instance.

[lldb-vscode] Use a switch to avoid else-after-return (NFC)
ClosedPublic

Authored by JDevlieghere on Aug 24 2023, 3:50 PM.

Details

Summary

Use a switch to avoid else-after-return.

Diff Detail

Event Timeline

JDevlieghere created this revision.Aug 24 2023, 3:50 PM
Herald added a project: Restricted Project. · View Herald TranscriptAug 24 2023, 3:50 PM
JDevlieghere requested review of this revision.Aug 24 2023, 3:50 PM
JDevlieghere retitled this revision from [lldb-vscode] Use a switch to avoid else-after-return to [lldb-vscode] Use a switch to avoid else-after-return (NFC).
wallace accepted this revision.Aug 24 2023, 3:51 PM

Thanks!

This revision is now accepted and ready to land.Aug 24 2023, 3:51 PM
This revision was landed with ongoing or failed builds.Aug 24 2023, 3:53 PM
This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptAug 24 2023, 3:53 PM