================ @@ -6784,6 +6784,10 @@ def warn_arc_lifetime_result_type : Warning< "ARC %select{unused|__unsafe_unretained|__strong|__weak|__autoreleasing}0 " "lifetime qualifier on return type is ignored">, InGroup<IgnoredQualifiers>; +def warn_next_larger_fp_type_same_size_than_fp : Warning< + "higher precision floating-point type requested by user size has the same size" ---------------- zahiraam wrote:
This warning should trigger only for a division. When an `-fcomplex-arithmetic=promoted` is met, we don't have that knowledge. https://github.com/llvm/llvm-project/pull/107397 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits