================
@@ -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
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to