Skip to content

MISRA23_10.4 incorrectly flagging template usage #110

Description

@kylejacksonb

Something like this is getting flagged:

StatusCode GetValue(const std.string& rKey, Vector<int8_t>& rOut) const override;

The problem is Vector and int8_t are being flagged as being compared, but they are not being compared.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions