Tool | Version | Checker | Description |
---|
Astrée | | switch-clause-break | Fully checked |
CodeSonar | | LANG.STRUCT.SW.MB | Missing break |
Compass/ROSE |
|
|
|
Coverity | | MISSING_BREAK | Can find instances of missing break statement between cases in switch statement |
ECLAIR | | CC2.MSC17
| Fully implemented |
Klocwork | | MISRA.SWITCH.WELL_FORMED.BREAK.2012 |
|
LDRA tool suite | | 62 S | Fully implemented |
Parasoft C/C++test | | MISRA2004-15_2
| Fully implemented |
Polyspace Bug Finder | R2016b | Missing break of switch case | No comments at the end of switch case without a break statement |
PRQA QA-C | | 2003 |
|
PVS-Studio6.22 | | V796 |
|
RuleChecker | Include Page |
---|
| RuleChecker_V |
---|
| RuleChecker_V |
---|
|
| switch-clause-break | Fully checked |
SonarQube C/C++ Plugin | Include Page |
---|
| SonarQube C/C++ Plugin_V |
---|
| SonarQube C/C++ Plugin_V |
---|
|
| NonEmptyCaseWithoutBreak |
|