Run-Time Checks
Run-time error check descriptions and examples
Categories
- Data Flow Checks
Checks on variable reads, function return values and conditional statements
- Numerical Checks
Checks on arithmetic operations
- Static Memory Checks
Checks on memory access
- Control Flow Checks
Checks on function calls and loops
- C++ Checks
Checks specific to C++ code
- Other Checks
Checks on standard library function usage, pointer casts andassert
statements