- Oct 25, 2024
-
-
- Jul 31, 2023
-
-
David Bühler authored
In all files, all occurrences of "[eva] done for function" have been replaced by "[eva] Done for function".
-
- Jan 06, 2022
-
-
Patrick Baudin authored
-
- Sep 03, 2020
-
-
François Bobot authored
-
François Bobot authored
-
- Mar 31, 2020
-
-
Loïc Correnson authored
Only modifications introduced by non necessary casts elimination
-
- Mar 26, 2020
-
-
David Bühler authored
Run 0 tests the default configuration of Frama-C: no downcast alarms, except for pointers. Runs 1 to 3 correspond to the previous run with successive -then, and test: - emission of signed downcast alarms (option -warn-signed-downcast) - emission of unsigned downcast alarms (option -warn-unsigned-downcast) - the relaxed semantics of the Eva option -eva-warn-signed-converted-downcast Run 4 disables all downcast alarms, including downcast of pointer values.
-