- Mar 21, 2022
-
-
Virgile Prevosto authored
attributes that are completely internal to Frama-C and do not have any impact on the semantics of the underlying value should not lead to a cast node.
-
- Mar 11, 2022
-
-
- Mar 10, 2022
-
-
- Mar 08, 2022
-
-
Allan Blanchard authored
-
- Mar 02, 2022
-
-
Andre Maroneze authored
-
- Feb 18, 2022
-
-
Andre Maroneze authored
These tests have missing specs, so the large amount of warnings is expected.
-
Andre Maroneze authored
There are still many missing specifications, but at least parsing should succeed for strictly POSIX-compliant code.
-
Andre Maroneze authored
-
- Feb 17, 2022
-
-
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.
-
- Feb 09, 2022
-
-
Andre Maroneze authored
-
Andre Maroneze authored
The ambiguous regex led to behavioral differences under a musl-based libc, such as in Frama-C's Docker images. The new regex is longer, but avoids the issue.
-
- Feb 08, 2022
-
-
Andre Maroneze authored
-
Andre Maroneze authored
-
- Jan 26, 2022
-
-
Andre Maroneze authored
-
- Jan 25, 2022
-
-
Andre Maroneze authored
-
Andre Maroneze authored
-
Andre Maroneze authored
-
- Jan 20, 2022
-
-
- Jan 14, 2022
-
-
Andre Maroneze authored
-
Andre Maroneze authored
-
Andre Maroneze authored
-
- Jan 13, 2022
-
-
Allan Blanchard authored
- Info (expr_node) - IndexPI (PlusPI synonym)
-
- Jan 06, 2022
-
-
Patrick Baudin authored
-
- Dec 21, 2021
-
-
Patrick Baudin authored
-
- Dec 10, 2021
-
-
Andre Maroneze authored
-
- Dec 03, 2021
-
-
Patrick Baudin authored
-
Patrick Baudin authored
-
- Nov 24, 2021
-
-
Allan Blanchard 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
-
Andre Maroneze authored
-
Andre Maroneze authored
-
Andre Maroneze authored
-
Andre Maroneze authored
-
-
-
- Oct 13, 2021
-
-
Andre Maroneze authored
-