aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp
diff options
context:
space:
mode:
authorAiden Grossman <aidengrossman@google.com>2025-06-22 15:08:11 +0000
committerGitHub <noreply@github.com>2025-06-22 15:08:11 +0000
commitee414e35047c588daba1ee62e8291ea171700f43 (patch)
treeb4376a07b762f7c753454a3d10a9bc914849f780 /lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp
parentf2eb5d416ed1e539b215aa0bab46b8e8a98f1eec (diff)
downloadllvm-ee414e35047c588daba1ee62e8291ea171700f43.zip
llvm-ee414e35047c588daba1ee62e8291ea171700f43.tar.gz
llvm-ee414e35047c588daba1ee62e8291ea171700f43.tar.bz2
[CI] Refactor out some early exits in compute_projects
I have a habit of using early exits given it is in the LLVM coding standards, but most of the early exits used within this script were trivial and actually adding complexity. These are all instances where we only perform one operation after the early exit, so removing the early exit means less lines of code and arguably more readable code. Reviewers: DavidSpickett, tstellar, cmtice, lnihlen Reviewed By: DavidSpickett Pull Request: https://github.com/llvm/llvm-project/pull/143478
Diffstat (limited to 'lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp')
0 files changed, 0 insertions, 0 deletions