
...
Tool | Version | Checker | Description | ||||||
---|---|---|---|---|---|---|---|---|---|
Astrée |
| return-implicit | Fully checked | ||||||
Axivion Bauhaus Suite |
| CertC++-MSC52 | |||||||
Clang |
| -Wreturn-type | Does not catch all instances of this rule, such as function-try-blocks | ||||||
CodeSonar |
| LANG.STRUCT.MRS | Missing return statement Non-void noreturn, | ||||||
Helix QAC |
| DF2888 | |||||||
Klocwork |
| FUNCRET.GEN FUNCRET.IMPLICIT | |||||||
LDRA tool suite |
| 2 D, 36 S | Fully implemented | ||||||
Parasoft C/C++test |
| CERT_CPP-MSC52-a | All exit paths from a function, except main(), with non-void return type shall have an explicit return statement with an expression | ||||||
Polyspace Bug Finder |
| CERT C++: MSC52-CPP | Checks for missing return statements (rule partially covered) | ||||||
SonarQube C/C++ Plugin |
| S935 | |||||||
PVS-Studio |
| V591 | |||||||
RuleChecker |
| return-implicit | Fully checked |
...