Use a switch to avoid else-after-return.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D158788
[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 TimelineJDevlieghere 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). 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 Closed by commit rG719506769a89: [lldb-vscode] Use a switch to avoid else-after-return (NFC) (authored by JDevlieghere). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 553288 lldb/tools/lldb-vscode/ProgressEvent.cpp
|