- Nov 30, 2021
-
-
Virgile Prevosto authored
-
Virgile Prevosto authored
-
Allan Blanchard authored
-
Allan Blanchard authored
Fixes lv_type field of variables whose value is a function Closes #1093 See merge request frama-c/frama-c!3468
-
Allan Blanchard authored
Extend split tactic : split conjunctions See merge request frama-c/frama-c!3470
-
Allan Blanchard authored
-
Allan Blanchard authored
-
Allan Blanchard authored
-
Allan Blanchard authored
-
Allan Blanchard authored
-
Allan Blanchard authored
-
Virgile Prevosto authored
[Doc] Userman: review and update initial sections See merge request frama-c/frama-c!3469
-
- Nov 29, 2021
-
-
Virgile Prevosto authored
-
Virgile Prevosto authored
-
François Bobot authored
Fix opam instruction and VERSION name See merge request frama-c/frama-c!3464
-
Andre Maroneze authored
-
Virgile Prevosto authored
[Doc] add section about libc in userman See merge request frama-c/frama-c!3423
-
Virgile Prevosto authored
[Doc] add a quick guide for ACSL for Eva See merge request frama-c/frama-c!3359
-
Virgile Prevosto authored
-
Virgile Prevosto authored
[Kernel] Differenciate Integer.pretty and Integer.pretty_hex See merge request frama-c/frama-c!3451
-
Virgile Prevosto authored
-
-
Virgile Prevosto authored
-
-
-
-
-
-
Virgile Prevosto authored
-
Virgile Prevosto authored
Also fixes ordering of scripts in the list: we use lexicographic ordering here, not Mendeleiev table.
-
- The optional argument is gone, allowing much shorter usage in printf-like functions
-
David Bühler authored
[analysis-scripts] avoid issues with output of make-wrapper test See merge request frama-c/frama-c!3467
-
Allan Blanchard authored
|wp] Intercept 0 size arrays when typing See merge request frama-c/frama-c!3460
-
Avoids https://github.com/ocaml/opam-repository/issues/20107 Probably only a temporary workaround before a correct alt-ergo package is uploaded to opam-repository
-
- Nov 26, 2021
-
-
Virgile Prevosto authored
Avoids https://github.com/ocaml/opam-repository/issues/20107 Probably only a temporary workaround before a correct alt-ergo package is uploaded to opam-repository
-
Virgile Prevosto authored
Avoids https://github.com/ocaml/opam-repository/issues/20107 Probably only a temporary workaround before a correct alt-ergo package is uploaded to opam-repository
-
Allan Blanchard authored
-
Allan Blanchard authored
-
Allan Blanchard authored
-
Virgile Prevosto authored
Since this test is supposed to check the order in which globals are presented after AST reordering, such oracle changes must be considered carefully. Here, there's no dependency between `j` and `k`, so that they can indeed be swapped. This in fact better reflect the original global list before reordering NB: `l` is always at the very top of the list, despite being inserted last. This might warrant investigation at some point. However, the resulting AST after reordering is correct, which is the main goal.
-