Fix warn_div_by_zero(): The result of the division might be int and the divisor non...
[cparser] / TODO
diff --git a/TODO b/TODO
index a450925..bffb3bd 100644 (file)
--- a/TODO
+++ b/TODO
@@ -30,12 +30,9 @@ ast2firm:
 - merge functions entities declared in lokal scope
 
 Missing Errors:
-- label: declaration; is no valid C99 but we parse it anyway
-- check switches for double cases
 
 Missing Warnings:
 - dead assignments (int x = 5; x = bla(); -> dead assignment at x = 5;)
-- 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)