- 06 Apr, 2020 9 commits
-
-
David Bühler authored
-
David Bühler authored
-
David Bühler authored
-
David Bühler authored
-
David Bühler authored
-
David Bühler authored
The logical clause and the pre-state are now optional. The function can now be used to remove from a state all inferred properties that depend on a given memory location. This only impacts the cvalue domain, which is the only one to use the assign clause.
-
David Bühler authored
Queries return an origin option instead of an origin. Domains not using the origin simply return None, and no longer need to define the origin type.
-
Andre Maroneze authored
Documentation of the options -warn-invalid-pointer and -warn-pointer-downcast See merge request frama-c/frama-c!2614
-
Andre Maroneze authored
-
- 03 Apr, 2020 10 commits
-
-
David Bühler authored
-
David Bühler authored
[Eva] very imprecise (but fast) builtin for memory allocation See merge request frama-c/frama-c!2309
-
David Bühler authored
-
David Bühler authored
-
David Bühler authored
-
David Bühler authored
-
David Bühler authored
Uses [memo] from State_builder.Option_ref. Also stores the maximum size of the allocated bases once for all, instead of calling [Bit_utils.max_bit_adddress] in various places.
-
David Bühler authored
-
-
Loïc Correnson authored
Resolve "[wp] missing opening scope on goto" Closes #837 See merge request frama-c/frama-c!2586
-
- 02 Apr, 2020 14 commits
-
-
Andre Maroneze authored
[Eva] Fixes the user manuel: Eva warns on indeterminate copies by default. See merge request frama-c/frama-c!2615
-
Andre Maroneze authored
-
David Bühler authored
Since 2016…
-
David Bühler authored
-
David Bühler authored
-
David Bühler authored
-
David Bühler authored
In the user manual and in the man page.
-
Julien Signoles authored
[eacsl:doc] Misc doc fixes See merge request frama-c/frama-c!2597
-
Basile Desloges authored
- Function contracts: remove abrupt clauses from the list of exceptions - Statement contracts: remove abrupt clauses from the list of exceptions - Add grammar for abrupt termination - Update list of contributors
-
Basile Desloges authored
-
Basile Desloges authored
-
Basile Desloges authored
-
Andre Maroneze authored
[Userman] add diagram about source preparation Closes #802 See merge request frama-c/frama-c!2603
-
Michele Alberti authored
[debug] more robust bin/frama-c.debug script across OCaml versions See merge request frama-c/frama-c!2612
-
- 01 Apr, 2020 7 commits
-
-
Virgile Prevosto authored
- 4.08.0 messes up dynlink, which is needed by extlib for semi-good reasons: it is currently impossible to load the printers in this version. - 4.09.0 and upwards directly load dynlink, and will complain if we try to do that again.
-
Julien Signoles authored
[cmdline] Fixes multiple_map parameters when a key is not bound to a value. See merge request frama-c/frama-c!2584
-
For a Multiple_map paramater for an option "-option", build by the functor `Make_multiple_map (Key) (V)`: when a command line contains a key without a value ("-option key" instead of "-option key:v"), calls the function [V.of_string key None].
-
David Bühler authored
[Eva] Relaxes the check of builtin types for void pointers. See merge request frama-c/frama-c!2610
-
Allan Blanchard authored
[Kernel] Synchronization between logic and C vars representing a C function Closes #840 See merge request frama-c/frama-c!2609
-
David Bühler authored
When a builtin expects a void pointer (as argument or result), any pointer type is accepted. This allows allocation builtins to be used for more functions.
-
Virgile Prevosto authored
-