[Lldb-commits] [lldb] [lldb] improve the heuristics for checking if a terminal supports Unicode (PR #168603)

Charles Zablit via lldb-commits lldb-commits at lists.llvm.org
Wed Nov 19 03:15:55 PST 2025


================
@@ -7,6 +7,8 @@
 //===----------------------------------------------------------------------===//
 
 #include "lldb/Utility/DiagnosticsRendering.h"
+#include "lldb/Host/Terminal.h"
+
 #include <cstdint>
----------------
charles-zablit wrote:

Got it, opened https://github.com/llvm/llvm-project/pull/168696 to first move the functionality in `DiagnosticsRendering` to `Host`.

https://github.com/llvm/llvm-project/pull/168603


More information about the lldb-commits mailing list