[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:23:30 PDT 2025
================
@@ -2845,6 +2866,41 @@ bool Sema::IsComplexPromotion(QualType FromType, QualType ToType) {
ToComplex->getElementType());
}
+bool Sema::IsOverflowBehaviorTypePromotion(QualType FromType, QualType ToType) {
----------------
JustinStitt wrote:
Yes the implied divergence in type conversion behavior is not just implied, it is real.
https://github.com/llvm/llvm-project/pull/148914
More information about the lldb-commits
mailing list