- Jul 16, 2019
-
-
Julien Signoles authored
[Doc/Rte] remove mentions to -rte-no-all and fix table See merge request frama-c/frama-c!2314
-
Andre Maroneze authored
-
- Jul 12, 2019
-
-
Patrick Baudin authored
Bugfix/in precedence See merge request frama-c/frama-c!2285
-
Patrick Baudin authored
-
Patrick Baudin authored
-
- Jul 11, 2019
-
-
Andre Maroneze authored
[kernel] more aggressive constfolding for array dimensions Closes #651 See merge request frama-c/frama-c!2303
-
Virgile Prevosto authored
Hence, use a single level for both, especially as we are dealing with obsolete constructions here.
-
Virgile Prevosto authored
-
Virgile Prevosto authored
-
Virgile Prevosto authored
A ternary operator is a ternary operator. It doesn't matter whether it is in term or predicate position
-
Virgile Prevosto authored
also small refactoring of `term_node` method
-
Virgile Prevosto authored
No parentheses were placed around x or s, regardless of the form of the subterms and priorities.
-
Virgile Prevosto authored
See !2285 for information
-
- Jul 10, 2019
-
-
Andre Maroneze authored
[Eva] Compiles examples when building the user manual See merge request frama-c/frama-c!2292
-
Andre Maroneze authored
fixes generation of destructors calls in presence of goto Closes #663 and #501 See merge request frama-c/frama-c!2296
-
Virgile Prevosto authored
-
Virgile Prevosto authored
-
Virgile Prevosto authored
`Kernel_function.is_between s s' s` should return `false` whatever s' is
-
Virgile Prevosto authored
-
Virgile Prevosto authored
-
Virgile Prevosto authored
-
Virgile Prevosto authored
-
Virgile Prevosto authored
In presence of objects with destructors, you have to ensure that you won't bypass object creations in the main block
-
- Jul 09, 2019
-
-
Andre Maroneze authored
Fixes for ocaml 4.08 See merge request frama-c/frama-c!2291
-
Andre Maroneze authored
[Eva] Supports builtin logical float operators eq_float, le_float, etc See merge request frama-c/frama-c!2306
-
- Jul 08, 2019
-
-
Andre Maroneze authored
-
David Bühler authored
-
David Bühler authored
And minor changes to the test file.
-
François Bobot authored
[coq-wp] Fix syntax error in Vlist.v Closes #666 See merge request frama-c/frama-c!2304
-
Virgile Robles authored
-
David Bühler authored
These operators are eq_float, ne_float, lt_float, le_float, gt_float, gt_float. And respectively for the double type. Required to compare infinite and NaN which do not exist in the real type.
-
David Bühler authored
-
David Bühler authored
As we want to use the latter in the former.
-
- Jul 05, 2019
-
-
Virgile Prevosto authored
Fixes #651
-
François Bobot authored
use why3 api See merge request frama-c/frama-c!1921
-
François Bobot authored
-
- Jul 04, 2019
-
-
Virgile Prevosto authored
-
Virgile Prevosto authored
-
Virgile Prevosto authored
`Kernel_function.is_between s s' s` should return `false` whatever s' is
-
David Bühler authored
Fixes relative order of defined and declared variables Closes #653 See merge request frama-c/frama-c!2268
-