- May 03, 2022
-
-
-
take into account that varinfos can stem from kernel functions (namely if we take their address), and that they are supposed to be declared before we see them, so that we don't have to compare their types and attributes at each use, but just check the entries in the environment (either local or global depending on vglob).
-
-
-
in case ppx rewriting depend upon each other, ocamlfind applies them in the order in which they are found on the command line, merlin in _reverse_ order. We can't thus use the exact same list in both cases.
-
-
it looks like ppx_import and ppx_deriving could be useful
-
-
-
-
-
-
-
-
provides a skeleton for kf comparison
-
a priori, we start from a well-ordered AST, so that not all symbols are concerned by a possible recursion, but this nevertheless might be the case for aggregate and function definitions, as well as ACSL types and functions/predicates.
-
-
modulo implementation of correspondance between expressions
-
Mostly a mock-up at this point
-
-
David Bühler authored
[ivette] The Learn More menu item points to the Frama-C website. See merge request frama-c/frama-c!3722
-
Allan Blanchard authored
[wp] Disable a Cint simplifier Closes #1133 See merge request frama-c/frama-c!3715
-
As it is supposed to be a general framework, it must not contain direct references to Frama-C. Now, the 'Learn More' link can be set through an ipc communication, thus letting the application built over Dome decides.
-
David Bühler authored
-
David Bühler authored
[ivette] insert command into history See merge request frama-c/frama-c!3726
-
-
Allan Blanchard authored
- was too aggressive on some use-cases
-
Allan Blanchard authored
-
Allan Blanchard authored
Update Frama-CI data See merge request frama-c/frama-c!3728
-
- May 02, 2022
-
-
Virgile Prevosto authored
avoids dune/opam issue mentionned here: https://github.com/ocaml/dune/issues/5455
-
Virgile Prevosto authored
-
Andre Maroneze authored
-
Valentin Perrelle authored
[Eva] Tail-recursive implementation of the WTO computation. See merge request frama-c/frama-c!3561
-
- Apr 29, 2022
-
-
Loïc Correnson authored
[ivette] Changes default views. See merge request frama-c/frama-c!3723
-
David Bühler authored
[ivette] fix PWD vs. Sys.getcwd pb. from Node See merge request frama-c/frama-c!3721
-
David Bühler authored
-
David Bühler authored
Resolve "[ivette] duplicate menu items (APP mode)" Closes #1127 See merge request frama-c/frama-c!3719
-
- Apr 28, 2022
-
-