[clang] [lldb] [Clang] Introduce OverflowBehaviorType for fine-grained overflow control (PR #148914)

Justin Stitt via cfe-commits cfe-commits at lists.llvm.org
Mon Sep 22 10:05:46 PDT 2025


================
@@ -339,6 +389,8 @@ ConvertTypeToDiagnosticString(ASTContext &Context, QualType Ty,
          << "' " << Values << ")";
       return DecoratedString;
     }
+
+    TryConvertOverflowBehaviorTypeToDiagnosticString(Context, Ty, S);
----------------
JustinStitt wrote:

OK, I'll add support for keyword-style spellings and keep the attribute spelling as well.

hopefully i'll have a patch later today.

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


More information about the cfe-commits mailing list