- Mar 13, 2020
-
-
Virgile Prevosto authored
-
Virgile Prevosto authored
To be able to load Cabs_debug in ocamldebug, we need to avoid depending on external c functions.
-
Virgile Prevosto authored
-
Virgile Prevosto authored
-
- Mar 11, 2020
-
-
Valentin Perrelle authored
This reverts commit e9c60779
-
Valentin Perrelle authored
-
- Mar 09, 2020
-
-
Julien Signoles authored
[E-ACSL] Update E-ACSL asserts to emit standard error messages Closes e-acsl#97 See merge request frama-c/frama-c!2568
-
A `file` parameter is added before `line`, and the `char *` parameters have been converted to `const char *`.
-
- Mar 06, 2020
-
-
Julien Signoles authored
Small updates to the plugin developer guide See merge request frama-c/frama-c!2549
-
Virgile Prevosto authored
Feature/andre/copyright 2020 See merge request frama-c/frama-c!2560
-
Virgile Prevosto authored
-
-
-
Andre Maroneze authored
const-fold floating point Closes #579 See merge request frama-c/frama-c!2553
-
Virgile Prevosto authored
-
Virgile Prevosto authored
-
Virgile Prevosto authored
-
Virgile Prevosto authored
-
Virgile Prevosto authored
otherwise, we might end up with an improper crash of cabs2cil
-
Virgile Prevosto authored
-
Virgile Prevosto authored
Actually we can't completely avoid typing the branch that won't be evaluated: we need its type in order to convert the value of the other branch if needed.
-
Virgile Prevosto authored
-
Virgile Prevosto authored
-
Virgile Prevosto authored
apart from overflowing float-to-int conversions, they're not really useful
-
Virgile Prevosto authored
-
Virgile Prevosto authored
also minor refactoring of smart constructor for float constants
-
Virgile Prevosto authored
-
Virgile Prevosto authored
More or less needed if you want to use dynamically loaded plug-ins, for which dependency tracking becomes more complicated.
-
Virgile Prevosto authored
-
Virgile Prevosto authored
-
Virgile Prevosto authored
-
Virgile Prevosto authored
-
Patrick Baudin authored
[Headers] cleanning header spec file Closes #816 See merge request frama-c/frama-c!2563
-
Patrick Baudin authored
-
Patrick Baudin authored
This reverts commit 7dc7e69e.
-
Patrick Baudin authored
[headers] cleaning header spec file Closes #816 See merge request frama-c/frama-c!2562
-
Patrick Baudin authored
-
- Mar 04, 2020
-
-
Virgile Prevosto authored
-
Virgile Prevosto authored
[ACSL] replace (T[size])(ptr) by *((T(*)[size])(ptr)) Closes #780 See merge request frama-c/frama-c!2510
-
-