[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
Thu Jun 11 09:11:38 PDT 2026
================
@@ -700,7 +700,8 @@ namespace {
Out.indent(2) << "Diagnostic options:\n";
#define DIAGOPT(Name, Bits, Default) DUMP_BOOLEAN(DiagOpts.Name, #Name);
#define ENUM_DIAGOPT(Name, Type, Bits, Default) \
- Out.indent(4) << #Name << ": " << DiagOpts.get##Name() << "\n";
+ Out.indent(4) << #Name << ": " \
----------------
AaronBallman wrote:
Is this an unrelated change?
https://github.com/llvm/llvm-project/pull/202441
More information about the lldb-commits
mailing list