AutosarC++18_10-A8.4.5¶
“consume” parameters declared as X && shall always be moved from
Required inputs: IR
Possible Messages
Key |
Text |
Severity |
Disabled |
|---|---|---|---|
missing_move_consume |
“consume” parameters shall always be moved from |
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
exclude_move_assignments_and_constructors¶
exclude_move_assignments_and_constructors : bool = True
moving_routines¶
moving_routines : set[bauhaus.analysis.config.QualifiedName] = set()
std::move.