AutosarC++18_10-A13.2.2

A binary arithmetic operator and a bitwise operator shall return a “prvalue”

Required inputs: IR

Possible Messages

Key

Text

Severity

Disabled

arith_bitwise_basic_value

Binary arithmetic or bitwise operator shall return a basic value.

None

False

Options

allow_bitwise_shift

allow_bitwise_shift : bool = True

Whether to allow non-basic values for operator>> or operator<<.