diff options
-rw-r--r-- | lldb/source/DataFormatters/StringPrinter.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/source/DataFormatters/StringPrinter.cpp b/lldb/source/DataFormatters/StringPrinter.cpp index a63a1fe9221..9bf2a03658d 100644 --- a/lldb/source/DataFormatters/StringPrinter.cpp +++ b/lldb/source/DataFormatters/StringPrinter.cpp @@ -258,6 +258,7 @@ StringPrinter::GetDefaultEscapingHelper (GetPrintableElementType elem_type) return GetPrintable(StringPrinter::StringElementType::ASCII, buffer, buffer_end, next); }; } + llvm_unreachable("bad element type"); } // use this call if you already have an LLDB-side buffer for the data |