[all-commits] [llvm/llvm-project] 719506: [lldb-vscode] Use a switch to avoid else-after-ret...
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Thu Aug 24 15:53:28 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 719506769a89c4f01fc8513cf3553e723591294c
https://github.com/llvm/llvm-project/commit/719506769a89c4f01fc8513cf3553e723591294c
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2023-08-24 (Thu, 24 Aug 2023)
Changed paths:
M lldb/tools/lldb-vscode/ProgressEvent.cpp
Log Message:
-----------
[lldb-vscode] Use a switch to avoid else-after-return (NFC)
Use a switch to avoid else-after-return.
Differential revision: https://reviews.llvm.org/D158788
More information about the All-commits
mailing list