MaskRay added a comment.

In D64666#1600445 <https://reviews.llvm.org/D64666#1600445>, @ziangwan wrote:

> Update diff.
>
> 1. Fix 2 failing test cases. I omitted these two. My mistake.
> 2. Fix trailing whitespaces.
>
>   Okay?




  error: constant expression evaluates to 123456789 which cannot be narrowed to 
type 'float'
  note: insert an explicit cast to silence this issue
  warning: implicit conversion from 'int' to 'float' changes value from 
123456789 to 123456792

The third diagnostic `warn_impcast_integer_float_precision_constant` is 
redundant.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D64666/new/

https://reviews.llvm.org/D64666



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to