...
Tool | Version | Checker | Description | ||||||
---|---|---|---|---|---|---|---|---|---|
Clang |
| -Wreserved-id-macro -Wuser-defined-literals | The -Wreserved-id-macro flag is not enabled by default or with -Wall , but is enabled with -Weverything . This flag does notcatch all instances of this rule, such as redefining reserved names. | ||||||
Parasoft C/C++test | 9.5 | MISRA2008-17_0_1_{a, b} |
Related Vulnerabilities
Search for vulnerabilities resulting from the violation of this rule on the CERT website.
...