- Mar 31, 2020
-
-
Loïc Correnson authored
Only differences comes from using float builtins in expr-to-term
-
Loïc Correnson authored
-
Loïc Correnson authored
-
Loïc Correnson authored
-
Loïc Correnson authored
-
Loïc Correnson authored
-
Loïc Correnson authored
-
- Mar 30, 2020
-
-
Loïc Correnson authored
-
Loïc Correnson authored
-
Loïc Correnson authored
-
Loïc Correnson authored
-
Loïc Correnson authored
-
David Bühler authored
-
David Bühler authored
[Eva] New alarms for the creation of invalid pointers Closes #812 and #625 See merge request frama-c/frama-c!2555
-
- Mar 27, 2020
-
-
-
-
-
-
-
-
-
so that Eva won't raise an alarm on them.
-
David Bühler authored
Avoid warning about missing proto during typechecking. Also changes a warning into an error, and improves the error message.
-
David Bühler authored
According to the kernel option -warn-invalid-pointer.
-
David Bühler authored
In order to avoid an undefined behavior in the C code generated for this macro (conversion from an absolute integer to a pointer).
-
David Bühler authored
-
David Bühler authored
When -absolute-valid-range is enabled, the Null base has a Known validity, but a pointer can always points to Null+{0}.
-
David Bühler authored
-
David Bühler authored
-
David Bühler authored
Complies with the kernel option -warn-invalid-pointers.
-
David Bühler authored
-
David Bühler authored
-
David Bühler authored
-
David Bühler authored
-
David Bühler authored
-
Andre Maroneze authored
[typing] Do not inline inner block if previous statement is a code annotation applying to its whole next statement Closes #836 See merge request frama-c/frama-c!2587
-
Virgile Prevosto authored
-
Virgile Prevosto authored
New option for pointer downcast alarms Closes #777 See merge request frama-c/frama-c!2557
-
- Mar 26, 2020
-
-
David Bühler authored
New smart constructor for TCastE in logic_const.
-
Andre Maroneze authored
[Instantiate] Fix different failures See merge request frama-c/frama-c!2592
-