- Feb 07, 2020
-
-
David Bühler authored
Without using exceptions.
-
David Bühler authored
Avoids catching the exception in each case of the pattern matching, and simplifies the implementation.
-
David Bühler authored
-
David Bühler authored
-
David Bühler authored
-
David Bühler authored
-
David Bühler authored
-
David Bühler authored
-
David Bühler authored
-
David Bühler authored
-
- Feb 05, 2020
-
-
David Bühler authored
- renames [eval_tlval] into [eval_term_as_lval], as it evaluates a term. - renames [eval_thost_toffset] into [eval_tlval], as it evaluates a term_lval, and uses it instead of the previous [eval_tlval] when evaluating a term_lval.
-
- Feb 04, 2020
-
-
- Feb 03, 2020
-
-
Loïc Correnson authored
-
Michele Alberti authored
-
Michele Alberti authored
-
- Feb 01, 2020
-
-
Michele Alberti authored
-
Michele Alberti authored
-
- Jan 31, 2020
-
-
Allan Blanchard authored
-
- Jan 30, 2020
-
-
David Bühler authored
-
David Bühler authored
-
Virgile Prevosto authored
More specifically, do not warn if actual parameter has less `const` qualifiers all along the type than formal (it was already handled for a `const` under a single pointer, but not more). Of course, the reverse would still emit a warning.
-
- Jan 29, 2020
-
-
Michele Alberti authored
-
François Bobot authored
Since Db.once are often registered in daemons
-
François Bobot authored
It simplifies and is not really needed
-
François Bobot authored
-
- Jan 28, 2020
-
-
Loïc Correnson authored
-
Loïc Correnson authored
-
- Jan 27, 2020
-
-
Loïc Correnson authored
-
Loïc Correnson authored
-
Loïc Correnson authored
-
Loïc Correnson authored
-
- Jan 24, 2020
-
-
Michele Alberti authored
-
Michele Alberti authored
-
- Jan 23, 2020
-
-
David Bühler authored
-
David Bühler authored
-
David Bühler authored
-
David Bühler authored
-
David Bühler authored
This annotation sets the maximum number of subdivisions in the evaluation of expressions at a given statement.
-
David Bühler authored
Overrides the global option -eva-subdivide-non-linear for the given functions.
-
David Bühler authored
Prerequisite for new options or annotations to configure more finely the subdivisions. In partition.ml, the subdivisions are disabled. Other files always use the default value of subdivisions.
-