changes.mady.by.user Astha Singhal
Saved on Feb 10, 2012
Saved on Feb 22, 2012
...
Tool
Version
Checker
Description
LDRA tool suite
1 J 139 S 140 S
Fully Implemented
Splint
can detect violations of this recommendation when the -Wunreachable-code flag is used
-Wunreachable-code
GCC
Klocwork
LV_UNUSED.GEN VA_UNUSED.* UNREACH.*
Coverity Prevent
DEADCODE
can detect the specific instance where Code can never be reached because of a logical contradiction or a dead 'default' in switch statement
UNREACHABLE
can detect the instances where Code block is unreachable because of the syntactic structure of the code