Extend GCCs static analyzer to support checking for POSIX file descriptor APIs
Immad Mir
The project aims to extend GCC’s static analyzer to support reporting warnings for “misuse” of POSIX FD APIs such as double-close, leakage, access...
New checkers for GCC’s static analyzer
Tim Lange
Static analysis helps developers to find bugs in their code at compile-time. Shipping a static analysis tool built into the compiler, which can be...
Complete Support for Constant Folding in GCC Rust Frontend
Faisal Abbas
This projects aims to complete the support for Constant Folding in GCC Rust frontend. It will do so by finishing the already started constant folding...