AutosarC++18_03-A8.4.9¶
“in-out” parameters declared as T & shall be modified
Required inputs: IR
Possible Messages
Key |
Text |
Severity |
Disabled |
|---|---|---|---|
complete_replacement |
“in-out” completely replaced without being read. |
None |
False |
missing_modify |
“in-out” parameters not modified, consider making it const. |
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_move_parameters¶
allow_move_parameters : bool = False
Note: move-constructors and move-assignments are allowed in either case.
exclude_constructors¶
exclude_constructors : bool = True
exclude_operators¶
exclude_operators : bool = False
Note: if set to true, this also sets exclude_shift_operators to true.
exclude_shift_operators¶
exclude_shift_operators : bool = False
operator<<(), operator<<=(),
operator>>(), and operator>>=()).
exclude_unnamed_parameters¶
exclude_unnamed_parameters : bool = False