- Sep 10, 2024
-
-
- Jul 26, 2024
-
-
Andre Maroneze authored
-
- May 13, 2024
-
-
Andre Maroneze authored
-
- Sep 25, 2023
-
-
- Jul 31, 2023
-
-
David Bühler authored
In all files, all occurrences of "[eva] done for function" have been replaced by "[eva] Done for function".
-
- Feb 16, 2023
-
-
- Mar 10, 2022
-
-
- Feb 18, 2022
-
-
Andre Maroneze authored
There are still many missing specifications, but at least parsing should succeed for strictly POSIX-compliant code.
-
Andre Maroneze authored
-
- Feb 15, 2022
-
-
Andre Maroneze authored
Frama-C does not yet support _Alignof and _Alignas, but this header helps parsing code and emitting a proper error message.
-
- Jan 26, 2022
-
-
Andre Maroneze authored
-
-
- Jan 25, 2022
-
-
Andre Maroneze authored
-
- Jan 20, 2022
-
-
- Jan 14, 2022
-
-
Andre Maroneze authored
-
Andre Maroneze authored
-
- Jan 06, 2022
-
-
Patrick Baudin authored
-
- Dec 10, 2021
-
-
Andre Maroneze authored
-
- Nov 18, 2021
-
-
Andre Maroneze authored
Clang 13 emits warnings related to uninitialized variables: variable 'r' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized] This is due to the fact that the assert(0) macro, when using Frama-C's libc, is expanded to __FC_assert. Since it is not known by the compiler, it cannot consider it as "noreturn" when the condition is zero. Note that adding '__attribute__ ((__noreturn__))' will not work: Frama-C will assume it never returns, even when the condition is true. Initializing the 'r' variables with a default value will not change the actual behavior, and will avoid the warnings.
-
- Nov 02, 2021
-
-
- Oct 19, 2021
-
-
Andre Maroneze authored
-
- Oct 13, 2021
-
-
Andre Maroneze authored
-
- Oct 11, 2021
-
-
- Sep 30, 2021
-
-
- Sep 01, 2021
-
-
Virgile Prevosto authored
-
Virgile Prevosto authored
-
- Aug 26, 2021
-
-
Andre Maroneze authored
-
Andre Maroneze authored
-
- Jun 25, 2021
-
-
Andre Maroneze authored
-
- Jun 10, 2021
-
-
Andre Maroneze authored
-
- Jun 04, 2021
-
-
Due to the absence of a long double version of the pow() logic function, and due to likely little demand for ldexpl, this function has not been specified.
-
-
- Jun 01, 2021
-
-
- May 18, 2021
-
-
Andre Maroneze authored
-
- May 12, 2021
-
-
- May 03, 2021
-
-
Patrick Baudin authored
-
- Apr 26, 2021
-
-
Andre Maroneze authored
-
-
- Apr 07, 2021
-
-
Andre Maroneze authored
-
- Mar 25, 2021
-
-