- Feb 25, 2022
-
-
Patrick Baudin authored
-
- Feb 24, 2022
-
-
-
Allan Blanchard authored
- it works only when the function is unique currently - only used for tests
-
Allan Blanchard authored
-
Allan Blanchard authored
-
-
- Feb 23, 2022
-
-
Patrick Baudin authored
-
- Feb 22, 2022
-
-
Virgile Prevosto authored
an antediluvian comment hinted at some weird behavior of gcc and MSVC at that time, but gcc is now fully ISO compliant in this respect Waiting for complaints against the MSVC machdep to see whether special case is warranted there.
-
Patrick Baudin authored
-
Patrick Baudin authored
-
Patrick Baudin authored
-
Andre Maroneze authored
Use same pattern as in metrics_acsl.ml.
-
- Feb 18, 2022
-
-
Allan Blanchard authored
-
Allan Blanchard authored
-
Virgile Prevosto authored
Keep the APIs of Visitor and Cil.visit* in sync
-
Virgile Prevosto authored
Aorai does not get in the way anymore
-
Virgile Prevosto authored
Meddling with mutable fields is not the proper way to do it
-
-
-
-
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.
-
- Feb 17, 2022
-
-
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 final computation state [Computed] or [Aborted] is set by [compute_function], before calling the function [post_analysis] of domains, as those may use plugins that use Eva results.
-
David Bühler authored
-
David Bühler authored
-
David Bühler authored
-
- Feb 16, 2022
-
-
Basile Desloges authored
-
Basile Desloges authored
-