mirror of
https://github.com/github/codeql.git
synced 2026-04-27 17:55:19 +02:00
C++: Remove safeFloor in simple range analysis
This commit is contained in:
@@ -351,7 +351,7 @@
|
||||
| test.c:330:14:330:14 | r | -2147483648 |
|
||||
| test.c:333:10:333:14 | total | -2147483648 |
|
||||
| test.c:341:32:341:34 | odd | 9007199254740991 |
|
||||
| test.c:343:10:343:16 | shifted | 4503599627370495.5 |
|
||||
| test.c:343:10:343:16 | shifted | 4503599627370495 |
|
||||
| test.c:348:7:348:7 | x | -2147483648 |
|
||||
| test.c:352:10:352:10 | i | 0 |
|
||||
| test.c:353:5:353:5 | i | 0 |
|
||||
|
||||
@@ -351,7 +351,7 @@
|
||||
| test.c:330:14:330:14 | r | 2147483647 |
|
||||
| test.c:333:10:333:14 | total | 2147483647 |
|
||||
| test.c:341:32:341:34 | odd | 9007199254740991 |
|
||||
| test.c:343:10:343:16 | shifted | 4503599627370495.5 |
|
||||
| test.c:343:10:343:16 | shifted | 4503599627370495 |
|
||||
| test.c:348:7:348:7 | x | 2147483647 |
|
||||
| test.c:352:10:352:10 | i | 7 |
|
||||
| test.c:353:5:353:5 | i | 2 |
|
||||
|
||||
Reference in New Issue
Block a user