AutosarC++17_03-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¶
This rule shares the following common options: exclude_in_macros, exclude_messages_in_system_headers, excludes, extend_exclude_to_macro_invocations, includes, justification_checker, languages, post_processing, provider, report_at, severity
The following places define options that affect this rule: Stylechecks, Analysis-GlobalOptions
allow_bitwise_shift¶
allow_bitwise_shift : bool = True
operator>> or
operator<<.