- Oct 09, 2024
-
-
Basile Desloges authored
-
- Mar 21, 2022
-
-
Virgile Prevosto authored
- always remove FC's internal attribute everywhere before deciding whether a cast is needed. - ACSL and C decisions to cast are similar - only unroll type for checking equality. If a cast is needed, keep typedef (if any) as target
-
- Feb 16, 2022
-
-
Andre Maroneze authored
-
- Jan 06, 2022
-
-
Patrick Baudin authored
-
- Sep 03, 2020
-
-
François Bobot authored
-
- Oct 04, 2019
-
-
Allan Blanchard authored
-
- Jul 26, 2019
-
-
Virgile Prevosto authored
-
-
- Apr 09, 2019
-
-
Virgile Prevosto authored
Fixes [external BTS 2432](https://bts.frama-c.com/view.php?id=2432)
-
- Mar 19, 2019
-
-
Virgile Prevosto 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
-
- Feb 05, 2019
-
-
Loïc Correnson 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.
-