scc

simple C compiler
git clone git://git.2f30.org/scc
Log | Files | Refs | README | LICENSE

commit 4089279e341a35d8762085de87b8db30803f7c3f
parent 967584afc72c32a3cf344dcb6c0e25febe3d1a62
Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
Date:   Thu,  8 Oct 2015 07:22:35 +0200

Update cc1/TODO

Diffstat:
Mcc1/TODO | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cc1/TODO b/cc1/TODO @@ -7,5 +7,5 @@ * Parse correctly all integer and float constants * Add C99 features (almost all the new features of C99 are missed) * Add correct emit for any kind of constant -* Add warnings in overflow of contant operations * Add warning when some ANSI limit is violated. +* Add k&r functions