...
Tool | Version | Checker | Description | ||||||
---|---|---|---|---|---|---|---|---|---|
Astrée |
| future-library-use language-override language-override-c99 reserved-declaration reserved-declaration-c99 reserved-identifier | Partially checked | ||||||
CodeSonar |
| LANG.STRUCT.DECL.RESERVED | Declaration of reserved name | ||||||
Compass/ROSE | |||||||||
Coverity |
| MISRA C 2004 Rule 20.1 MISRA C 2004 Rule 20.2 MISRA C 2012 Rule 21.1 MISRA C 2012 Rule 21.2 | Implemented | ||||||
ECLAIR |
| CC2.DCL37 | Fully implemented | ||||||
Klocwork |
| MISRA.DEFINE.WRONGNAME.UNDERSCORE MISRA.STDLIB.WRONGNAME.UNDERSCORE MISRA.STDLIB.WRONGNAME | |||||||
LDRA tool suite |
| 86 S, 218 S, 219 S, 580 S, 626 S | Fully Implemented | ||||||
Parasoft C/C++test |
| MISRA2004-20_1_a | Fully implemented | ||||||
Polyspace Bug Finder | R2016a | MISRA2012-RULE-21_1, MISRA2012-RULE-21_2 | Partial | ||||||
PRQA QA-C |
| 0602, 4600, 4601, 4602, 4603, 4604, 4605, 4606, 4607, 4608 | |||||||
SonarQube C/C++ Plugin |
| S978 | |||||||
RuleChecker |
| future-library-use language-override language-override-c99 reserved-declaration reserved-declaration-c99 reserved-identifier | Partially checked |
...
Key here (explains table format and definitions)
Taxonomy | Taxonomy item | Relationship |
---|---|---|
CERT C Secure Coding Standard | PRE00-C. Prefer inline or static functions to function-like macros | Prior to 2018-01-12: CERT: Unspecified Relationship |
CERT C Secure Coding Standard | PRE06-C. Enclose header files in an include guard | Prior to 2018-01-12: CERT: Unspecified Relationship |
CERT C Secure Coding Standard | PRE31-C. Avoid side effects in arguments to unsafe macros | Prior to 2018-01-12: CERT: Unspecified Relationship |
CERT C | DCL51-CPP. Do not declare or define a reserved identifier | Prior to 2018-01-12: CERT: Unspecified Relationship |
ISO/IEC TS 17961 | Using identifiers that are reserved for the implementation [resident] | Prior to 2018-01-12: CERT: Unspecified Relationship |
MISRA C:2012 | Rule 21.1 (required) | Prior to 2018-01-12: CERT: Unspecified Relationship |
MISRA C:2012 | Rule 21.2 (required) | Prior to 2018-01-12: CERT: Unspecified Relationship |
Bibliography
[IEEE Std 1003.1-2013] | Section 2.2, "The Compilation Environment" |
[ISO/IEC 9899:2011] | 7.1.3, "Reserved Identifiers" 7.31.10, "Integer Types <stdint.h> " |
...