[Lldb-commits] [clang] [clang-tools-extra] [flang] [lldb] [Clang] Refactor and consolidate color diagnostic handling (PR #202441)

Aaron Ballman via lldb-commits lldb-commits at lists.llvm.org
Wed Jun 10 09:22:04 PDT 2026


================
@@ -23,6 +23,13 @@ class ArgList;
 namespace clang {
 class DiagnosticsEngine;
 
+/// Controls whether to show colors in output.
+enum class ShowColorsKind : unsigned {
+  Auto,
+  On,
----------------
AaronBallman wrote:

It'd help to add some comments here explaining what the difference is.

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


More information about the lldb-commits mailing list