- Oct 18, 2022
-
-
- Oct 13, 2022
-
-
David Bühler authored
In plugins pdg, scope and slicing, directly uses the Eva API instead of this function.
-
The only remaining mention to <Db.From> is in <eva/register.ml>. It looks like a circular dependency, but maybe we could tackle it later.
-
- Oct 10, 2022
-
-
David Bühler authored
-
- Oct 05, 2022
-
-
Valentin Perrelle authored
-
- Oct 04, 2022
-
-
Andre Maroneze authored
-
-
-
- Sep 29, 2022
-
-
-
-
With the automatic generation of `terminates` clauses, there is no empty function contract. Instead, we detect function specification without any assigns clause, which is unsound for the Eva analysis.
-
Patrick Baudin authored
-
-
-
- Sep 26, 2022
-
-
Andre Maroneze authored
-
- Sep 21, 2022
-
-
Allan Blanchard authored
-
Allan Blanchard authored
-
-
- Sep 19, 2022
-
-
Patrick Baudin authored
-
- Sep 13, 2022
-
-
Allan Blanchard authored
-
- Sep 12, 2022
-
-
Virgile Prevosto authored
-
Virgile Prevosto authored
supports pattern such as ```c enum { TAG1 = 42, TAG2 = TAG1 << 3 }; ```
-
- Sep 09, 2022
-
-
Virgile Prevosto authored
In presence of the following pattern of code: ```c struct S; enum { t = 1 }; struct S { char[t]; }; ``` -ast-diff will attempt to compare the use of `t` in the field declaration before having visited the `enum` definition. Thus, we can't rely on an enumitem being present in the correspondance table when looking for a correspondance.
-
Virgile Prevosto authored
-
Andre Maroneze authored
-
- Sep 02, 2022
-
-
David Bühler authored
-
David Bühler authored
-
- Aug 30, 2022
-
-
Virgile Prevosto authored
-
Virgile Prevosto authored
- Cabs2cil.is_boolean_result returns true if the expression is of type _Bool - use standard result instead of custom expression for cast of a boolean to _Bool
-
Virgile Prevosto authored
-
Virgile Prevosto authored
-
- Aug 29, 2022
-
-
Andre Maroneze authored
-
- Aug 25, 2022
-
-
Virgile Prevosto authored
-
- Aug 24, 2022
-
-
Virgile Prevosto authored
The name seems to imply that it will return Some for any constant integer expression, not only for integer literals
-
- Jul 28, 2022
-
-
-
Allan Blanchard authored
- not robust enough currently when multi-thread
-
Allan Blanchard authored
-
- Jul 27, 2022
-
-
Patrick Baudin authored
-
Patrick Baudin authored
-
Patrick Baudin authored
-