 
                            ...
| Tool | Version | Checker | Description | ||||||
|---|---|---|---|---|---|---|---|---|---|
| CodeSonar | 
 | LANG.STRUCT.DECL.RESERVED | Declaration of reserved name | ||||||
| Compass/ROSE | 
 | 
 | 
 | ||||||
| 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 | 9.5 | 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 | 
Related Guidelines
| CERT C Secure Coding Standard | PRE00-C. Prefer inline or static functions to function-like macros PRE06-C. Enclose header files in an inclusion guard PRE31-C. Avoid side effects in arguments to unsafe macros | 
| SEI CERT C++ Coding Standard | DCL51-CPP. Do not declare or define a reserved identifier | 
| ISO/IEC TS 17961 | Using identifiers that are reserved for the implementation [resident] | 
| MISRA C:2012 | Rule 21.1 (required) Rule 21.2 (required) | 
...