- Mar 29, 2024
-
-
Andre Maroneze authored
-
-
-
-
-
-
This test contained sure undefined behaviors that would lead to bottom when reducing values on ACSL predicates valid_string and valid_read_string.
-
During the interpretation of a function call, the possible values of formal parameters can be reduced — especially by the evaluation of the function preconditions. At the end of a function call, Eva backward propagates these reductions to the concrete arguments of the call. This commit also does this backward-propagation when a builtin is used to interpret the call. Also removes unused [builtin] field from call results (it was only used to avoid the backward propagation of argument reductions when a builtin was used).
-
Virgile Prevosto authored
Rework CurrentLoc for better consistency See merge request frama-c/frama-c!4474
-
- Mar 28, 2024
-
-
Virgile Prevosto authored
-
Andre Maroneze authored
[Eva] In Ivette, shows before/after values on statements with annotation. See merge request frama-c/frama-c!4539
-
Virgile Prevosto authored
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Allan Blanchard authored
[ivette/wp] Contextual menu See merge request frama-c/frama-c!4538
-
David Bühler authored
As values might have been reduced by assuming the annotation holds.
-
- Mar 27, 2024
-
-
David Bühler authored
-
Allan Blanchard authored
-
Allan Blanchard authored
-
Allan Blanchard authored
-
Allan Blanchard authored
-
David Bühler authored
Feature/eva/deps See merge request frama-c/frama-c!4331
-
David Bühler authored
-
-
-
David Bühler authored
-
David Bühler authored
-
David Bühler authored
Moves functions specific to the from plugin from Eva to from_memory.ml.
-