rust-lang / rustc_codegen_gcc

libgccjit AOT codegen for rustc
Apache License 2.0
905 stars 60 forks source link

Run the tests with -fanalyzer in the CI #442

Open antoyo opened 6 months ago

antoyo commented 6 months ago

Possibly using an environment variable to enable this and with -Cllvm-args=-Wno-analyzer-use-of-uninitialized-value to remove false positives.

antoyo commented 5 months ago

I believe it's too early to do this task yet because of the false positives.