X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=TODO;h=c6748384f73d1cc5fbec9689a1fccd332853e871;hb=e51106027da8f505e9e4b71a3bb2ccaa57c598f9;hp=d5dca905413a25d7dd5c6adeed43d96a4de8b1ed;hpb=9490dd6517325c6f1298ab70bb4a8fbe740ad622;p=cparser diff --git a/TODO b/TODO index d5dca90..c674838 100644 --- a/TODO +++ b/TODO @@ -32,6 +32,8 @@ 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...