[Lldb-commits] [lldb] [lldb] Trim and show embedded zeros in `charN_t` arrays (PR #195514)
Pavel Labath via lldb-commits
lldb-commits at lists.llvm.org
Wed May 6 00:31:35 PDT 2026
================
@@ -26,6 +26,15 @@ class StringPrinter {
enum class EscapeStyle { CXX, Swift };
+ enum class ZeroTermination : uint8_t {
----------------
labath wrote:
```suggestion
enum class ZeroTermination {
```
for consistency with other enums
https://github.com/llvm/llvm-project/pull/195514
More information about the lldb-commits
mailing list