...
Tool | Version | Checker | Description | ||||||
---|---|---|---|---|---|---|---|---|---|
CodeSonar |
| LANG.FUNCS.IRV | Ignored return value | ||||||
Compass/ROSE |
|
|
| ||||||
| CHECKED_RETURN | Finds inconsistencies in how function call return values are handled. Coverity Prevent cannot discover all violations of this recommendation, so further verification is necessary | |||||||
Cppcheck |
| leakReturnValNotUsed, ignoredReturnValue | Return value of memory allocation function is not used. Ignored return value from function when configuration says it must be used. See the chapter "Library configuration" in the cppcheck manual | ||||||
| CC2.EXP12 | Fully implemented | |||||||
Klocwork |
| MISRA.FUNC.UNUSEDRET.2012 |
| ||||||
LDRA tool suite |
| 382 S | Fully implemented | ||||||
Parasoft C/C++test | 9.5 | CODSTA-122{a,b} | Fully implemented | ||||||
PRQA QA-C |
| 3200 | Fully implemented | ||||||
Splint |
|
|
|
...