 
                            ...
| Tool | Version | Checker | Description | ||||||
|---|---|---|---|---|---|---|---|---|---|
| Astrée | 
 | CERT.MSC.12 | Partially checked | ||||||
| CodeSonar | 
 | DIAG.UNEX.* | Code not exercised by analysis | ||||||
| 
 | NO_EFFECT DEADCODE 
 UNREACHABLE | Finds statements or expressions that do not accomplish anything or statements that perform an unintended action. Can detect the specific instance where code can never be reached because of a logical contradiction or a dead "default" in  Can detect the instances where code block is unreachable because of the syntactic structure of the code | |||||||
| 
 | CC2.MSC12 | Partially implemented | |||||||
| GCC | 3.0 | Options detect unused local variables, nonconstant static variables and unused function parameters, or unreachable code respectively. | |||||||
| Klocwork | 
 | CWARN.NOEFFECT.SELF_ASSIGN | 
 | ||||||
| LDRA tool suite | 
 | Partially implemented | |||||||
| Parasoft C/C++test | 9.5 | MISRA2008-0_1_{a,b,c,d,e,f,g}, BD-PB-SWITCH | |||||||
| Polyspace Bug Finder | R2016a | Code does not execute Default case is missing and may be reached Size argument of function in  | |||||||
| PRQA QA-C | 
 | 3426, 3427, 3307, 3110, 3112, 3404, 1501, 1503, 2008, 2880, 2881, 2882, 2883, 2877, 3196, 3202, 3203, 3205, 3206, 3207, 3210, 3219, 3229, 3404, 3422, 3423, 3425, 3470, 2980, 2981, 2982, 2983, 2984, 2985, 2986 | Partially implemented | ||||||
| RuleChecker | 
 | CERT.MSC.12 | Partially checked | ||||||
| SonarQube C/C++ Plugin | 
 | S1764, S2589, S2583, S1116, S1172, S1763, S1862, S1065, S1656, S2754, S1751 | |||||||
| Splint | 
 |   | The default mode checks for unreachable code. | 
...