[flang-commits] [clang] [clang-tools-extra] [flang] [lldb] [Clang] Refactor and consolidate color diagnostic handling (PR #202441)
Aaron Ballman via flang-commits
flang-commits at lists.llvm.org
Thu Jun 25 06:59:26 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:
I'm still wondering about this one.
https://github.com/llvm/llvm-project/pull/202441
More information about the flang-commits
mailing list