================
@@ -1781,8 +1777,14 @@ QualType Sema::UsualArithmeticConversions(ExprResult
&LHS, ExprResult &RHS,
return handleComplexIntConversion(*this, LHS, RHS, LHSType, RHSType,
ACK == ArithConvKind::CompAssign);
- if (LHSType->isFixedPointType() || RHSType->isFixedPointType())
+ if (LHSType->isFixedPointType() || RHSType->isFixedPointType()) {
+ // N1169 4.1.4 only defines conversions between fixed point types and the
----------------
akash-manna-sky wrote:
Fixed. @PiJoules
https://github.com/llvm/llvm-project/pull/221134
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits