================
@@ -2845,6 +2866,41 @@ bool Sema::IsComplexPromotion(QualType FromType, 
QualType ToType) {
                         ToComplex->getElementType());
 }
 
+bool Sema::IsOverflowBehaviorTypePromotion(QualType FromType, QualType ToType) 
{
----------------
ojhunt wrote:

Wait, are you saying that it retained the change to arithmetic operators to 
break promotion?

https://github.com/llvm/llvm-project/pull/148914
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to