commit c9d033d9c2ca5fdb266904ca6beeefc3b8a2dda8
parent cd295810c421544600c991fbf93c6d8c8b535231
Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
Date: Thu, 13 Aug 2015 11:57:04 +0200
Update TODO
Diffstat:
1 file changed, 0 insertions(+), 2 deletions(-)
diff --git a/cc1/TODO b/cc1/TODO
@@ -1,12 +1,10 @@
* Verify correctness in initializators
* emit initializators
-* emit structures definition
* Implement bitfields
* Define data structure shared between cc1 and cc2 with the type
information
* Rewrite error recovery code, and ensure correct state after recovery
* Allow comparisions between pointers and 0
-* Implement function calls
* 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