- Jul 06, 2021
-
-
Virgile Prevosto authored
-
-
-
-
-
-
Virgile Prevosto authored
This is arguably a short-term fix, and a better fix would be to rely directly on big integers, at least on OCaml side, in the intermediate format.
-
Virgile Prevosto authored
-
Virgile Prevosto authored
-
-
-
-
-
-
Virgile Prevosto authored
-
Virgile Prevosto authored
-
-
-
Virgile Prevosto authored
Mixing package sources can link to interesting linking issues.
-
Virgile Prevosto authored
It turns out that llvm-11 is now included in nixos-20.03, our main source in Frama-CI as of now.
-
Virgile Prevosto authored
-
Virgile Prevosto authored
-
Virgile Prevosto authored
Turns out that some warnings are only emitted with `-O1`...
-
Virgile Prevosto authored
We don't need it, and it is not always enabled in LLVM or clang, without reliable way to check (`llvm-config --has-rtti` can return `YES` while clang is built without rtti).
-
Virgile Prevosto authored
-
Virgile Prevosto authored
-
Virgile Prevosto authored
-
Virgile Prevosto authored
so that they can be defined in one translation unit while the class is declared multiple times.
-
Virgile Prevosto authored
-
Virgile Prevosto authored
-
Virgile Prevosto authored
-
Virgile Prevosto authored
-
Virgile Prevosto authored
Actually, they appear only in the AST generated by clang-11.
-
Virgile Prevosto authored
especially if half of them are not seen as implicit afterwards. This can't end well
-
Virgile Prevosto authored
it seems that this is not consistent across clang versions.
-
Virgile Prevosto authored
-
Virgile Prevosto authored
-
Virgile Prevosto authored
also prepare running tests on LLVM 11.
-
Virgile Prevosto authored
-
Virgile Prevosto authored
-