...
Tool | Version | Checker | Description | ||||||
|---|---|---|---|---|---|---|---|---|---|
| Astrée |
| pointer-qualifier-cast-const pointer-qualifier-cast-const-implicit | Fully checked | ||||||
| Axivion Bauhaus Suite |
| CertC-EXP05 | Fully implemented | ||||||
| CodeSonar |
| LANG.CAST.PC.CRCQ | Cast removes const qualifier | ||||||
| Compass/ROSE | |||||||||
| CC2.EXP05 | Fully implemented | |||||||
| GCC |
| Can detect violations of this recommendation when the | |||||||
| LDRA tool suite |
| 203 S | Fully implemented | ||||||
| Parasoft C/C++test |
| CERT_C-EXP05-a | A cast shall not remove any 'const' or 'volatile' qualification from the type of a pointer or reference | ||||||
| Polyspace Bug Finder |
| Qualifier removed in conversion MISRA CERT C: 2012 Rule 11.8Rec. EXP05-C | Checks for cast to pointer that removes const qualification (rec. fully supported) Variable qualifier is lost during conversion A cast shall not remove any const or volatile qualification from the type pointed to by a pointer | ||||||
| PRQA QA-C |
| 0311, 0431 | Fully implemented | ||||||
| RuleChecker |
| pointer-qualifier-cast-const pointer-qualifier-cast-const-implicit | Fully checked |
...