[Lldb-commits] [clang] [lldb] [Clang] Introduce OverflowBehaviorType for fine-grained overflow control (PR #148914)
Justin Stitt via lldb-commits
lldb-commits at lists.llvm.org
Wed Sep 24 10:48:48 PDT 2025
================
@@ -339,6 +389,8 @@ ConvertTypeToDiagnosticString(ASTContext &Context, QualType Ty,
<< "' " << Values << ")";
return DecoratedString;
}
+
+ TryConvertOverflowBehaviorTypeToDiagnosticString(Context, Ty, S);
----------------
JustinStitt wrote:
@ojhunt Can we move forward with a keyword spelling or do you strongly object to it? I am actively working on your other feedback regarding converting some warnings to errors.
https://github.com/llvm/llvm-project/pull/148914
More information about the lldb-commits
mailing list