- Mar 27, 2019
-
-
Thibault Martin authored
Since commit #8783731f and #28139960 this option is not needed anymore. I updated LUncov (which was the only plugin using it) to remove it as well
-
- Mar 25, 2019
-
-
Patrick Baudin authored
-
- Mar 19, 2019
-
-
Virgile Prevosto authored
-
Virgile Prevosto authored
Do not use two distinct undo stacks for taking care of which symbols are in use at a given program point. Let `Alpha` manages everything internally.
-
Virgile Prevosto authored
-
Virgile Prevosto authored
-
- Mar 18, 2019
-
-
Virgile Robles authored
-
- Mar 15, 2019
-
-
Patrick Baudin authored
-
Loïc Correnson authored
-
- Mar 14, 2019
-
-
Virgile Prevosto authored
Previously, the parser only allowed attributes at beginning of a declaration (like for `const`, `static`, ...). However, gcc accepts to have attributes in the rest of the declaration (after the first comma, like for a pointer or array declarator). Fixes #616
-
Andre Maroneze authored
-
- Mar 13, 2019
-
-
Patrick Baudin authored
-
Patrick Baudin authored
-
Patrick Baudin authored
-
Patrick Baudin authored
-
Patrick Baudin authored
-
Patrick Baudin authored
-
Patrick Baudin authored
-
- Mar 12, 2019
-
-
Virgile Prevosto authored
Given that the previous commits made so many whitespace changes, it'd be a shame not to do it
-
Andre Maroneze authored
-
Patrick Baudin authored
-
- Mar 11, 2019
-
-
Andre Maroneze authored
-
Andre Maroneze authored
-
Virgile Prevosto authored
Apparently things like that exist in untamed code bases. Fixes #615
-
Andre Maroneze authored
-
Andre Maroneze authored
-
Andre Maroneze authored
-
Andre Maroneze authored
-
Virgile Prevosto authored
-
-
- Mar 08, 2019
-
-
Andre Maroneze authored
-
Virgile Prevosto authored
-
Virgile Prevosto authored
-
-
-
Virgile Prevosto authored
Fixes issue #614
-
- Mar 07, 2019
-
-
Virgile Prevosto authored
-
Virgile Prevosto authored
-
Virgile Prevosto authored
Fixes #617 Technically, the C standard distinguishes between declarations and statements, and only the latter may have labels attached to them. Thus, printing a label directly over a `Local_init` will result in ill-formed C code. In order to avoid that, we add a dummy nop (aka `;`) in-between. A first version was done in !1518, but failed to take into account `UnspecifiedSequence` whose first element happens to be a `Local_init`
-
- Mar 05, 2019
-
-