- Mar 15, 2019
-
-
Loïc Correnson authored
-
Loïc Correnson authored
-
Loïc Correnson authored
-
Loïc Correnson authored
-
- Mar 14, 2019
-
-
Loïc Correnson authored
-
Loïc Correnson authored
Incomplete : request API must also change
-
- Mar 13, 2019
-
-
Loïc Correnson authored
-
Loïc Correnson authored
-
- Mar 11, 2019
-
-
Loïc Correnson authored
-
Loïc Correnson authored
# Conflicts: # .Makefile.lint # src/kernel_services/ast_printing/description.ml # src/kernel_services/ast_printing/logic_print.ml # src/kernel_services/ast_printing/printer_tag.ml # src/kernel_services/ast_printing/printer_tag.mli # src/libraries/utils/rich_text.ml # src/plugins/gui/design.ml # src/plugins/gui/history.ml # src/plugins/gui/pretty_source.ml # src/plugins/gui/pretty_source.mli # src/plugins/gui/property_navigator.ml # src/plugins/occurrence/register_gui.ml # src/plugins/scope/dpds_gui.ml # src/plugins/security_slicing/register_gui.ml # src/plugins/slicing/register_gui.ml # src/plugins/value/gui_files/register_gui.ml # src/plugins/wp/GuiSource.ml
-
Patrick Baudin authored
[WP] use no_wp (like no_eva) to skip proofs See merge request frama-c/frama-c!1777
-
Virgile Prevosto authored
Resolve "Comportement de Cil.changeTo pour les listes d'instructions" Closes #583 See merge request frama-c/frama-c!2113
-
- Mar 08, 2019
-
-
Andre Maroneze authored
[typing] Keep trace of all libc includes that contribute to a var definition Closes #614 See merge request frama-c/frama-c!2194
-
Virgile Prevosto authored
-
Virgile Prevosto authored
-
-
-
-
-
-
Virgile Prevosto authored
Fixes issue #614
-
David Bühler authored
Add missing entries in the Changelog See merge request frama-c/frama-c!2187
-
David Bühler authored
-
-
Virgile Prevosto authored
-
Virgile Prevosto authored
[Kernel] New assertion kind: Assert or Check. Closes #227 See merge request frama-c/frama-c!2182
-
- Mar 07, 2019
-
-
Virgile Prevosto authored
-
Virgile Prevosto authored
-
Andre Maroneze authored
[printer] ensures labels are not put on declarations Closes #617 See merge request frama-c/frama-c!2191
-
Virgile Prevosto authored
Fixes #617 Technically, the C standard distinguishes between declarations and statements, and only the latter may have labels attached to them. Thus, printing a label directly over a `Local_init` will result in ill-formed C code. In order to avoid that, we add a dummy nop (aka `;`) in-between. A first version was done in !1518, but failed to take into account `UnspecifiedSequence` whose first element happens to be a `Local_init`
-
Virgile Prevosto authored
-
Virgile Prevosto authored
[Makefile] avoid copying cmx if only bytecode is available See merge request frama-c/frama-c!2190
-
- Mar 06, 2019
-
-
Andre Maroneze authored
Thanks to Mehdi Dogguy for pointing the issue and suggesting the patch, applied to the Debian Frama-C package.
-
- Mar 05, 2019
-
-
-
-
-
-
-
Checks must never reduce the states of the analysis, nor lead to bottom.
-
-