aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.cpp
diff options
context:
space:
mode:
authorFangrui Song <i@maskray.me>2022-08-08 11:31:49 -0700
committerFangrui Song <i@maskray.me>2022-08-08 11:31:49 -0700
commit59d2495fe2c1254f84ad4d2bd61a41e79ff0d44d (patch)
tree6fcd062e27c48a8886e65115c829e1da8e7f9ce6 /lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.cpp
parentd9728a9baa49e6ddfa6c91af9fd7bf6a760f9a62 (diff)
downloadllvm-59d2495fe2c1254f84ad4d2bd61a41e79ff0d44d.zip
llvm-59d2495fe2c1254f84ad4d2bd61a41e79ff0d44d.tar.gz
llvm-59d2495fe2c1254f84ad4d2bd61a41e79ff0d44d.tar.bz2
[lldb] LLVM_FALLTHROUGH => [[fallthrough]]. NFC
Diffstat (limited to 'lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.cpp')
-rw-r--r--lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.cpp b/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.cpp
index 755b822..616de51 100644
--- a/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.cpp
+++ b/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.cpp
@@ -679,7 +679,7 @@ GDBRemoteCommunication::CheckForPacket(const uint8_t *src, size_t src_len,
case '%': // Async notify packet
isNotifyPacket = true;
- LLVM_FALLTHROUGH;
+ [[fallthrough]];
case '$':
// Look for a standard gdb packet?