- Feb 18, 2022
-
-
-
-
Skips the visit of C codes.
-
-
Only visits functions and variables definitions.
-
Only visits function and variable definitions.
-
-
Only processes function specifications. Does not use a visitor anymore.
-
Only visits globals that are ghost or may contain ghost code.
-
Only visits function definitions: avoids visiting the specifications of the Frama-C libc.
-
For visitors that only need function C bodies, replaces uses of [visitFramacFileSameGlobals], which visits all globals of a file, by [visitFramacFileFunctions], which visits only function definitions. Also optimizes these visitors by skipping the visit of some nodes, especially the visit of functions specifications and code annotations.
-
Andre Maroneze authored
-
- Feb 17, 2022
-
-
Michele Alberti authored
[Libc] add non-standard header 'err.h' See merge request frama-c/frama-c!3532
-
Virgile Prevosto authored
-
Virgile Prevosto authored
[Cabs2cil] emit proper error message for unsupported attribute vector_size See merge request frama-c/frama-c!3409
-
Loïc Correnson authored
[Eva] Fixes the gen-api script on macOS. See merge request frama-c/frama-c!3599
-
David Bühler authored
-
- Feb 16, 2022
-
-
Basile Desloges authored
[eacsl] Add an example for the Ensuresec european project See merge request frama-c/frama-c!3474
-
Basile Desloges authored
-
Basile Desloges authored
-
Basile Desloges authored
-
Basile Desloges authored
-
Basile Desloges authored
-
Basile Desloges authored
-
Valentin Perrelle authored
[Eva] Results: adds optional argument [for_writing] to [eval_address]. See merge request frama-c/frama-c!3589
-
Valentin Perrelle authored
[analysis-scripts] add 'build' command and several fixes/improvements See merge request frama-c/frama-c!3508
-
Patrick Baudin authored
[cst folding] required by dune tests See merge request frama-c/frama-c!3590
-
Andre Maroneze authored
-
Andre Maroneze authored
Feature/andre/metrics for pivot See merge request frama-c/frama-c!3564
-
David Bühler authored
Removes optional argument [access] from [as_zone].
-
David Bühler authored
[Eva] Splits value_parameters into self and parameters, and renames value_* files to eva_* See merge request frama-c/frama-c!3538
-
Patrick Baudin authored
-
David Bühler authored
-
David Bühler authored
-
David Bühler authored
-
David Bühler authored
-
David Bühler authored
-
Andre Maroneze authored
-
Andre Maroneze authored
-
Andre Maroneze authored
-