Skip to content
David Tarditi edited this page Jul 8, 2023 · 27 revisions

Welcome

Welcome to the checkedc-llvm-project wiki!. Checked C extends C with checking to prevent low-level programming errors and improve type-safety of C code. It adds checking for null pointer dereferences and out-of-bounds memory accesses and generic types for replacing uses of void ointers. This repo contains a fork of clang that supports Checked C.

Build status

Automated builds are currently not available.