- Feb 05, 2025
-
-
Basile Desloges authored
-
Basile Desloges authored
-
Basile Desloges authored
-
Basile Desloges authored
-
-
-
-
-
- Feb 04, 2025
-
-
Andre Maroneze authored
-
-
-
Thibault Martin authored
-
-
-
-
- Feb 03, 2025
-
-
Thibault Martin authored
-
-
-
-
-
-
-
David Bühler authored
(Messages emitted via Log.printf are never truncated.)
-
David Bühler authored
Rich_text: do not silently truncate buffers, but export function [truncate]. Log: uses [Rich_text.truncate] on messages printed on terminal, and prefix truncated messages to indicate the truncation.
-
- Jan 31, 2025
-
-
Thibault Martin authored
-
Thibault Martin authored
Add a record with 2 fields : tnode and tattr
-
David Bühler authored
-
David Bühler authored
-
David Bühler authored
The new parameter is -eva-cache-size.
-
Andre Maroneze authored
-
- Jan 30, 2025
-
-
David Bühler authored
-
David Bühler authored
Also take a Hptmap_sig.cache_type argument instead of ~name and ~temporary. This is consistent with all other cached functions in hptmap.
-
Loïc Correnson authored
-
- Jan 29, 2025
-
-
Basile Desloges authored
The builtins `__builtin_types_compatible_p` and `__builtin_va_arg` need a type as argument. Frama-C converts them to an expression to be able to type the builtin call. This commit change the conversion in `cparser.mly` from a sizeof on the type to a cast with a marker indicating from which builtin the argument is coming from. This allows `cabs2cil` to type this expression differently than a regular cast or sizeof.
-
Allan Blanchard authored
-
- Jan 28, 2025
-
-
Basile Desloges authored
-
- Jan 24, 2025
-
-
Thibault Martin authored
-
Thibault Martin authored
-
Allan Blanchard authored
-
Andre Maroneze authored
-