Numeric overflow

Last modified: 03 December 2024

Reports expressions that overflow during computation. Usually, this happens by accident and indicates a bug. For example, a wrong type is used or a shift should be done in an opposite direction .

Examples: