...
Tool | Version | Checker | Description | |||||||
|---|---|---|---|---|---|---|---|---|---|---|
| Astrée |
| Supported, but no explicit checker | ||||||||
| CodeSonar |
| LANG.TYPE.RESTRICT | Restrict qualifier used | |||||||
| Coverity |
| MISRA C 2012 Rule 8.14 | Partially implemented | |||||||
| GCC | 8.1 | -Wrestrict | Fully implemented | |||||||
| LDRA tool suite |
| 480 S, 489 S, 613 S | Enhanced enforcement | |||||||
| Parasoft C/C++test |
| CODSTA-121 | CERT_C-EXP43-a | The restrict type qualifier shall not be usedFully implemented | ||||||
| Polyspace Bug Finder |
| Source and destination arguments of a copy function have overlapping memory The restrict type qualifier shall not be used | ||||||||
| PRQA QA-C |
| 1057 | ||||||||
| SonarQube C/C++ Plugin |
| S1836 | Implements MISRA C:2012 Rule 8.14 to flag uses of restrict |
...