=?utf-8?q?F=C3=A9lix?= Cloutier <fclout...@apple.com> Message-ID: In-Reply-To: <llvm/llvm-project/pull/65684/cl...@github.com>
================ @@ -7237,8 +7237,12 @@ def warn_tautological_compare_value_range : Warning< InGroup<TautologicalValueRangeCompare>, DefaultIgnore; def warn_mixed_sign_comparison : Warning< - "comparison of integers of different signs: %0 and %1">, - InGroup<SignCompare>, DefaultIgnore; + "comparison of integers of different signs implicitly casts " + "%select{left|right}0-side operand from %1 to %2">, InGroup<SignCompare>, ---------------- AaronBallman wrote: ```suggestion "comparison of integers of different signs implicitly casts the " "%select{left|right}0 operand from %1 to %2">, InGroup<SignCompare>, ``` I don't think we usually say `left-side`, so slight rewording for consistency. https://github.com/llvm/llvm-project/pull/65684 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits