AutosarC++17_03-A18.5.4

If a project has sized or unsized version of operator “delete” globally defined, then both sized and unsized versions shall be defined

Required inputs: IR

Possible Messages

Key

Text

Severity

Disabled

only_sized

Only the sized version of operator delete is defined.

None

False

only_unsized

Only the unsized version of operator delete is defined.

None

False

Options

enforce_corresponding_parameters

enforce_corresponding_parameters : bool = False

If the analysis should enforce that both sized and unsized operators have corresponding parameters (except for size_t).
 

enforce_same_file

enforce_same_file : bool = False

If the analysis should enforce that both sized and unsized operators are in the same file.