farzonl wrote: > Oh, something else missing from this change is that implicit truncations > should produce a diagnostic just like we do for vector truncations.
Are you talking about what we do with ` warn_impcast_float_precision` ie `"implicit conversion loses floating-point precision"`. We can't do that one yet see: https://github.com/llvm/llvm-project/issues/168944 https://github.com/llvm/llvm-project/pull/168915 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
