AutosarC++18_03-A10.3.2

Each overriding virtual function shall be declared with the override or final specifier

Required inputs: IR

Possible Messages

Key

Text

Severity

Disabled

missing_override

Override of functions is only permitted with keyword override/final.

None

False

Options

allow_final

allow_final : bool = True

If set to True, don't report overriding virtual functions declared with final.
 

ignore_destructors

ignore_destructors : bool = False

If set to False, also report destructors. Note that not all compilers support this.