An implicit integral conversion shall not change the signedness of the underlying type
An implicit integral conversion shall not change the signedness of the underlying type.
Some conversions from signed to unsigned data types can lead to implementation-defined behavior. You can see unexpected results from the conversion.
The checker flags implicit conversions from a signed to an unsigned integer data type or vice versa.
The checker assumes that ptrdiff_t is a signed integer.
An implicit integral conversion shall not change the signedness of the underlying type.
Implicit conversion of one of the binary + operands whose underlying types are
typename_1 and typename_2.
If you expect a rule violation but do not see it, refer to the documentation for Polyspace® Code Prover™ or Polyspace Code Prover Server™.
| Group: Expressions |
| Category: Required |