From: Christoph Mallon Date: Sun, 24 Aug 2008 10:28:17 +0000 (+0000) Subject: Update TODO. X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=488bfe10cb61af8e259ee9e91b67a13832957fb1;p=cparser Update TODO. [r21399] --- diff --git a/TODO b/TODO index 7b8a734..a450925 100644 --- a/TODO +++ b/TODO @@ -27,7 +27,6 @@ ast2firm: - output source file positions for panics. - handle bitfield members with 0 correctly (standard says they finish the current unit) -- create asm nodes. - merge functions entities declared in lokal scope Missing Errors: @@ -36,7 +35,6 @@ Missing Errors: Missing Warnings: - dead assignments (int x = 5; x = bla(); -> dead assignment at x = 5;) -- unused label - check switches for all enums values - catch the if(k = b) cases, maybe require all assignments to be in parentheses (but some few exceptions like toplevel, nested assignments)