MISRA C:2012 Rule 5.6
A typedef name shall be a unique identifier
描述
规则定义
A typedef name shall be a unique identifier 1 .
理由
将一个 typedef
名称重用为另一个 typedef
,或函数、对象或 enum
常量的名称,可能会让开发人员混淆。
报告中的补充消息
XX 与 typedef 名称 YY 冲突。
故障排除
如果您预计存在违规,但未看到该违规,请参阅Diagnose Why Coding Standard Violations Do Not Appear as Expected。
示例
检查信息
组:标识符 |
类别:必需 |
AGC 类别:必需 |
版本历史记录
在 R2014b 中推出
1 All MISRA coding rules and directives are © Copyright The MISRA Consortium Limited 2021.
The MISRA coding standards referenced in the Polyspace® Bug Finder™ documentation are from the following MISRA standards:
MISRA C:2004
MISRA C:2012
MISRA C:2023
MISRA C++:2008
MISRA C++:2023
MISRA and MISRA C are registered trademarks of The MISRA Consortium Limited 2021.