List view
This sprint will cover checking redeclarations of variables and functions with bounds information and typechecking function types and function pointers.
Due by December 23, 2016•15/15 issues closedThis sprint was originally supposed to be about implementing static checking for programs that use ptr pointers and array_ptr pointers to constant-sized data. It ended up being about type checking bounds expressions, representing bounds-safe interface type annotations and type checking code that uses them, and making the parsing and type checking implemented for Checked C so far be more complete.
Due by November 22, 2016•15/15 issues closedImplementing parsing and type checking of Checked C bounds declarations.
Due by August 9, 2017•8/8 issues closed