...
Tip |
---|
The table below can be re-ordered, by clicking column headers. |
...
Include Page | ||||
---|---|---|---|---|
|
Checker | Guideline |
---|---|
CHECKED_RETURN | MEM52-CPP. Detect and handle memory allocation errors |
DEADLOCK | CON53-CPP. Avoid deadlock by locking in a predefined order |
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 |
RACE_CONDITION | CON52-CPP. Prevent data races when accessing bit-fields from multiple threads |
USE_AFTER_FREE | MEM50-CPP. Do not access freed memory |