- Oct 06, 2021
-
-
Removes unused declarations in plugins registration files.
-
- May 21, 2021
-
-
Andre Maroneze authored
-
- Feb 16, 2021
-
-
Virgile Prevosto authored
-
- Feb 03, 2021
-
-
David Bühler authored
-
- Jan 21, 2021
-
-
Andre Maroneze authored
-
Andre Maroneze authored
-
- Oct 15, 2020
-
-
Andre Maroneze authored
-
- Sep 10, 2020
-
-
Virgile Prevosto authored
this is a generalization of `check` vs. `assert` to other annotations. Not all annotations are relevant though. Currently, there are more annotation nodes in the AST that can have a flag `{ tp_only_check }` than was deemed useful in pub/frama-c#25, but said flag can in fact safely be ignored. Moreover, this commit only add this flag in the AST, but provides no further mean to set it to true except for the original `check` keyword (i.e. on `AAssert`). The parser and the behavior of the plugins that can handle the flag will be updated in subsequent commits
-
- Mar 06, 2020
-
-
- Dec 09, 2019
-
-
David Bühler authored
-
- Aug 02, 2019
-
-
- Jul 22, 2019
-
-
Virgile Robles authored
-
- Jul 18, 2019
-
-
Virgile Robles authored
-
- 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.
-
- Feb 07, 2019
-
-
Loïc Correnson authored
-
- Feb 05, 2019
-
-
Loïc Correnson authored
-
- Jan 21, 2019
-
-
Loïc Correnson authored
(blind make headers from specifications)
-
Virgile Prevosto authored
-
Virgile Prevosto authored
-
- Jan 14, 2019
-
-
Loïc Correnson authored
-
- Dec 12, 2018
-
-
Andre Maroneze authored
-
- Dec 04, 2018
-
-
Andre Maroneze authored
-
- Dec 03, 2018
-
-
Valentin Perrelle authored
- Fix Value/Value#5 - Fix Value/Value#14
-
- Nov 28, 2018
-
-
David Bühler authored
-
Andre Maroneze authored
Some case studies (e.g. dyad) use some ugly casts from fd_set_t which lead to the analysis stopping too early. Changing the representation of fd_set_t should also help it better conform to the standard (since a fd_set_t should be able to hold FD_SETSIZE elements).
-
Andre Maroneze authored
-
- Nov 23, 2018
-
-
Virgile Prevosto authored
[Ptests] preserve LOG after STDOPT directive See merge request frama-c/frama-c!2073
-
- Nov 22, 2018
-
-
David Bühler authored
-
- Nov 16, 2018
-
-
Andre Maroneze authored
-
Loïc Correnson authored
-
- Oct 31, 2018
-
-
Virgile Prevosto authored
This is absolutely not a sneaky attempt to relaunch a build (now that OCI seems in better shape) pushing a nearly empty commit.
-