diff options
Diffstat (limited to 'lldb/source/Commands/CommandObjectMemory.cpp')
-rw-r--r-- | lldb/source/Commands/CommandObjectMemory.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Commands/CommandObjectMemory.cpp b/lldb/source/Commands/CommandObjectMemory.cpp index 5051f9a..22483e7 100644 --- a/lldb/source/Commands/CommandObjectMemory.cpp +++ b/lldb/source/Commands/CommandObjectMemory.cpp @@ -427,7 +427,7 @@ protected: switch (type_str[type_str.size() - 1]) { case '*': ++pointer_count; - LLVM_FALLTHROUGH; + [[fallthrough]]; case ' ': case '\t': type_str.erase(type_str.size() - 1); |