- 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
-
- Mar 11, 2019
-
-
Andre Maroneze authored
-
Andre Maroneze authored
-
Andre Maroneze authored
-
Andre Maroneze authored
-
Andre Maroneze 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
-
-
-
-
-
-
-
-
-
Asserts are both evaluated and used as hypotheses afterwards. Checks are only evaluated, but are not used as hypotheses: they must not affect the analyses.
-
- Mar 04, 2019
-
-
Virgile Prevosto authored
Actually `create_from_visitor` was correct, but its sibling `init_project_from_visitor` wasn't if not called from `create_from_visitor` and is (erroneously?) exported in `file.mli`
-
David Bühler authored
-
Patrick Baudin authored
-
Patrick Baudin authored
-
Patrick Baudin authored
-
Loïc Correnson authored
-
Loïc Correnson authored
-
Loïc Correnson authored
-
Loïc Correnson authored
-
- Feb 26, 2019
-
-
David Bühler authored
-
Instead of all functons with no definition.
-
-
-
-
Andre Maroneze authored
-
Nikolai Kosmatov authored
-
Virgile Prevosto authored
-