- Jul 06, 2021
-
-
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
-
Virgile Prevosto authored
-
-
-
-
Virgile Prevosto authored
-
Newer version does not compile on nix because of a missing dependency.
-
-
-
This reverts commit c7efb7f759ce2aeb07cd0850b03752390c68296b
-
-
-
-
-
-
Virgile Prevosto authored
-
Virgile Prevosto authored
-
Virgile Prevosto authored
-
Virgile Prevosto authored
-
-
-
-
-