pika-org / pika

pika builds on C++ std::execution with fiber, CUDA, HIP, and MPI support.
https://pikacpp.org
Boost Software License 1.0
61 stars 10 forks source link

Attempt to enable GCC's static analyzer warnings #515

Open msimberg opened 1 year ago

msimberg commented 1 year ago

See https://gcc.gnu.org/onlinedocs/gcc-12.2.0/gcc/Static-Analyzer-Options.html.

msimberg commented 6 months ago

The GCC static analyzer page says (https://gcc.gnu.org/wiki/StaticAnalyzer):

Only C is currently supported (I hope to support C++ in GCC 14, but it is out-of-scope for GCC 13)