...
Tool | Version | Checker | Description | ||||||
---|---|---|---|---|---|---|---|---|---|
Compass/ROSE |
|
|
| ||||||
ECLAIR |
| resvidnt_resvmacr | Fully implemented. | ||||||
|
|
|
Related Guidelines
CERT C++ Secure Coding Standard | DCL32-CPP. Do not declare or define a reserved identifier |
ISO/IEC TS 17961 (Draft) | Using identifiers that are reserved for the implementation [resident] |
Bibliography
[IEEE Std 1003.1-2008] | Section 2.2, "The Compilation Environment" |
[ISO/IEC 9899:2011] | Section 7.1.3, "Reserved Identifiers" |
...