checkedc/tests
David Tarditi 57fbaf62e4
Error messages for problems involving return statements. (#247)
C programs can have problems with return statements that would result in undefined or incorrect program behavior. C compilers typically warn about these problems (in other languages, these would typically be compile-time errors because of the severity of the problem). For Checked C, these problems need to result in errors when they occur in a checked scope or involve bounds or check pointer types. This
change adds tests for these problems.
2018-01-09 14:42:51 -08:00
..
dynamic_checking Remove -fcheckedc-extension flag. (#244) 2017-12-21 19:28:38 -05:00
parsing Remove -fcheckedc-extension flag. (#244) 2017-12-21 19:28:38 -05:00
runtime_operations Test assignment to a variable with a bounds-safe interface. (#245) 2017-12-22 11:19:18 -05:00
static_checking Error messages for problems involving return statements. (#247) 2018-01-09 14:42:51 -08:00
typechecking Error messages for problems involving return statements. (#247) 2018-01-09 14:42:51 -08:00