Main Content
AUTOSAR C++14 Rule A5-0-4
Pointer arithmetic shall not be used with pointers to non-final classes
Description
Rule Definition
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 |
Version History
Introduced in R2019a