- Jan 06, 2022
-
-
Patrick Baudin authored
-
Patrick Baudin authored
-
- Dec 21, 2021
-
-
Patrick Baudin authored
-
- Dec 15, 2021
-
-
Patrick Baudin authored
-
- Dec 10, 2021
-
-
- Dec 08, 2021
-
-
Patrick Baudin authored
-
- Dec 07, 2021
-
-
Patrick Baudin authored
-
Patrick Baudin authored
-
Patrick Baudin authored
-
Andre Maroneze authored
-
- Dec 03, 2021
-
-
Patrick Baudin authored
-
Patrick Baudin authored
-
Patrick Baudin authored
-
Patrick Baudin authored
-
- Dec 01, 2021
-
-
Patrick Baudin authored
-
Patrick Baudin authored
-
- Nov 29, 2021
-
-
- The optional argument is gone, allowing much shorter usage in printf-like functions
-
- Nov 26, 2021
-
-
Virgile Prevosto authored
Since this test is supposed to check the order in which globals are presented after AST reordering, such oracle changes must be considered carefully. Here, there's no dependency between `j` and `k`, so that they can indeed be swapped. This in fact better reflect the original global list before reordering NB: `l` is always at the very top of the list, despite being inserted last. This might warrant investigation at some point. However, the resulting AST after reordering is correct, which is the main goal.
-
- Nov 25, 2021
-
-
Virgile Prevosto authored
Fixes #1093
-
Andre Maroneze authored
-
- Nov 24, 2021
-
-
Allan Blanchard authored
-
- Nov 18, 2021
-
-
Andre Maroneze authored
Clang 13 emits warnings related to uninitialized variables: variable 'r' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized] This is due to the fact that the assert(0) macro, when using Frama-C's libc, is expanded to __FC_assert. Since it is not known by the compiler, it cannot consider it as "noreturn" when the condition is zero. Note that adding '__attribute__ ((__noreturn__))' will not work: Frama-C will assume it never returns, even when the condition is true. Initializing the 'r' variables with a default value will not change the actual behavior, and will avoid the warnings.
-
- Nov 05, 2021
-
-
David Bühler authored
-
- Nov 03, 2021
-
-
David Bühler authored
- Always fold on the location bases. - For a given base, reduce if the number of integer offsets is smaller than the plevel or the ilevel.
-
- Nov 02, 2021
-
-
- Oct 29, 2021
-
-
Patrick Baudin authored
-
Patrick Baudin authored
-
Patrick Baudin authored
-
- Oct 28, 2021
-
-
Virgile Prevosto authored
-
-
Patrick Baudin authored
[tests] removes -journal-disable & -check options that are already defined in @PTEST_DEFAULT_OPTIONS@
-
Patrick Baudin authored
-
Patrick Baudin authored
-
Virgile Prevosto authored
- use of cannot is apparently preferred over can not - hov box without formatting hints is useless. Besides, opening an inner box very late on the line is usually not a good idea.
-
-
-
Patrick Baudin authored
-
Patrick Baudin authored
-
- Oct 21, 2021
-
-
Patrick Baudin authored
-