Info | ||
---|---|---|
| ||
This page is automatically generated from the "Automated Detection" sections in the individual guidelines. Do not modify this page directly. |
Version number:
v7.5.0
Checker | Guideline | ||
---|---|---|---|
CTR01-CPP. Do not apply the sizeof operator to a pointer when taking the size of an array | C++ checkers | Rule ||
CHECKED_RETURN | MEM52-CPP. Detect and handle memory allocation errors | ||
CHECKED_RETURN | EXP12-CPP. Do not ignore values returned by functions or methods | ||
DELETE_VOID | EXP57-CPP. Do not cast or delete pointers to incomplete classes | ||
EVALUATION_ORDER | EXP50-CPP. Do not depend on the order of evaluation for side effects | ||
RETURNMISSING_LOCAL BREAK | EXP54MSC18-CPP. Do not access an object outside of its lifetimeFinish every set of statements associated with a case label with a break statement | ||
NO_EFFECT | MSC11-CPP. Incorporate diagnostic tests using assertions | ||
UNUSED_VALUE | MSC12-CPP. Detect and remove code that has no effect | TAINTED_STRING_WARNING | VOID FIO30-CPP. Exclude user input from format strings |
USE_AFTER_FREE | MEM50-CPP. Do not access freed memory |
>