- Feb 16, 2022
-
-
Patrick Baudin authored
-
Andre Maroneze authored
-
- Feb 15, 2022
-
-
Andre Maroneze authored
-
Andre Maroneze authored
Some scripts use features which cannot or should not be tested (e.g. reliance on an optional external tool); defining PTESTS_TESTING=1 allows these scripts to detect such circumstances and change (slightly) their behavior to avoid non-reproducible oracles.
-
David Bühler authored
-
-
Andre Maroneze authored
Frama-C does not yet support _Alignof and _Alignas, but this header helps parsing code and emitting a proper error message.
-
- Feb 14, 2022
-
-
Andre Maroneze authored
-
- Feb 11, 2022
-
-
Patrick Baudin authored
-
- Feb 09, 2022
-
-
Andre Maroneze authored
-
Andre Maroneze authored
The ambiguous regex led to behavioral differences under a musl-based libc, such as in Frama-C's Docker images. The new regex is longer, but avoids the issue.
-
- Feb 08, 2022
-
-
Andre Maroneze authored
-
Andre Maroneze authored
-
Andre Maroneze authored
-
Andre Maroneze authored
-
- Feb 01, 2022
-
-
Andre Maroneze authored
-
- Jan 27, 2022
-
-
Andre Maroneze authored
-
- Jan 25, 2022
-
-
Andre Maroneze authored
-
Andre Maroneze authored
-
-
-
Andre Maroneze authored
-
Andre Maroneze authored
-
Andre Maroneze authored
-
Andre Maroneze authored
-
Andre Maroneze authored
-
Andre Maroneze authored
Note: trying to compile the initializer with gcc/CompCert likely results in 'no space left on device'. Clang 12 reports an unexpected warning ("initializer overrides prior initialization of this subobject"), and some tests indicate it actually replaces index 72057594037927936 with 0, which would explain why it compiles. Removing a digit from the index, for instance, results in a similar issue as GCC/CompCert (except that Clang starts consuming all RAM instead of simply disk space).
-
- Jan 24, 2022
-
-
Andre Maroneze authored
-
Andre Maroneze authored
-
-
- Jan 20, 2022
-
-
- Jan 19, 2022
-
-
Always emits initiatialized/escaping alarms on arguments of call to functions whose body is not analyzed, as we cannot be sure these arguments will only be used for copies and not in computations.
-
- Jan 17, 2022
-
-
David Bühler authored
Warns at the start of an analysis when the inout plugin is missing.
-
David Bühler authored
-
David Bühler authored
-
- Jan 14, 2022
-
-
Andre Maroneze authored
-
Andre Maroneze authored
-
Andre Maroneze authored
-
- Jan 13, 2022
-
-
Allan Blanchard authored
- Info (expr_node) - IndexPI (PlusPI synonym)
-
- Jan 12, 2022
-
-
Andre Maroneze authored
-