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

Reply via email to