...
Tool | Version | Checker | Description | ||||||
|---|---|---|---|---|---|---|---|---|---|
| Astrée |
| restrict | Supported indirectly via MISRA C 2012 Rule 8.14. | ||||||
| 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 |
| CERT_C-EXP43-a | The restrict type qualifier shall not be used | ||||||
| Polyspace Bug Finder |
| MISRA CERT C: 2012 Rule 8.14Rule EXP43-C | Checks for copy of overlapping memory (rule partially covered) Source and destination arguments of a copy function have overlapping memory The restrict type qualifier shall not be used | ||||||
| PRQA QA-C |
| 1057 | |||||||
| RuleChecker |
| restrict | Supported indirectly via MISRA C 2012 Rule 8.14. | ||||||
| SonarQube C/C++ Plugin |
| S1836 | Implements MISRA C:2012 Rule 8.14 to flag uses of restrict |
...