Main Content

AUTOSAR C++14 Rule A5-0-4

Pointer arithmetic shall not be used with pointers to non-final classes

Description

Pointer arithmetic shall not be used with pointers to non-final classes.

Polyspace Implementation

Reports pointer arithmetic and array like access on expressions whose pointed type is used as a base class.

Troubleshooting

If you expect a rule violation but Polyspace® does not report it, see Diagnose Why Coding Standard Violations Do Not Appear as Expected.

Check Information

Group: Expressions
Category: Required, Automated
PQL Name: std.autosar_cpp14.A5_0_4

Version History

Introduced in R2019a