X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=TODO;h=9446615e3aa803cda6b14f2f51f975fd8a1964b1;hb=f109471af0f1a95e840a66c9e136409d0973021c;hp=d5dca905413a25d7dd5c6adeed43d96a4de8b1ed;hpb=9490dd6517325c6f1298ab70bb4a8fbe740ad622;p=cparser diff --git a/TODO b/TODO index d5dca90..9446615 100644 --- a/TODO +++ b/TODO @@ -30,8 +30,8 @@ Missing Errors: Missing Warnings: - dead assignments (int x = 5; x = bla(); -> dead assignment at x = 5;) -- catch the if(k = b) cases, maybe require all assignments to be in parentheses - (but some few exceptions like toplevel, nested assignments) +- warn when folding shift constants with too large shift amounts main/driver: - delete output file if we had an error +- go through gcc manual and emulate all the gcc flags...