- Jan 06, 2022
-
-
Patrick Baudin authored
-
Patrick Baudin authored
-
- Dec 21, 2021
-
-
Patrick Baudin authored
-
- Dec 07, 2021
-
-
Patrick Baudin authored
-
Patrick Baudin authored
-
- Dec 03, 2021
-
-
Patrick Baudin authored
-
Patrick Baudin authored
-
- 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 24, 2021
-
-
Allan Blanchard authored
-
- Nov 02, 2021
-
-
- Oct 28, 2021
-
-
Virgile Prevosto authored
-
-
-
- Oct 21, 2021
-
-
Patrick Baudin authored
-
- Oct 13, 2021
-
-
David Bühler authored
-
David Bühler authored
-
- Oct 12, 2021
-
-
Andre Maroneze authored
-
Andre Maroneze authored
-
Andre Maroneze authored
-
Andre Maroneze authored
-
Andre Maroneze authored
Pretty-printing _Static_assert was already hackish for the "not-a-struct-field" case, and for the latter, it was incorrect: conversion between Cabs expressions and Cil expressions does not work in every case; the normalized version was not always identical to the original one; etc. For now, we consider _Static_assert's not to be essential in pretty-printing. This "revert-like" commit ensures the code is available in the history, if we need it later.
-
Andre Maroneze authored
-
Andre Maroneze authored
-
- Oct 11, 2021
-
-
-
-
-
-
David Bühler authored
-
David Bühler authored
-
-
-
- Oct 07, 2021
-
-
Andre Maroneze authored
-
- Sep 14, 2021
-
-
Virgile Prevosto authored
Some more refactoring might not be totally useless
-
- continues label was dropped when placed on an unspecified sequence associated to the increment part of a for loop
-
- Sep 02, 2021
-
-
Allan Blanchard authored
-
- Jul 27, 2021
-
-
Virgile Prevosto authored
most differences in Eva oracles come from the fact that now anonymous arguments are taken into account when generating default assigns for prototypes with empty specs.
-
- Jun 10, 2021
-
-
- Jun 02, 2021
-
-
- May 18, 2021
-
-
Andre Maroneze authored
-
-