From 57ee5531f3b100ad3bcb3df61c66224ef5a0bfb6 Mon Sep 17 00:00:00 2001 From: Matthias Braun Date: Thu, 27 Nov 2008 11:44:47 +0000 Subject: [PATCH] +TODO [r24048] --- TODO | 1 + 1 file changed, 1 insertion(+) diff --git a/TODO b/TODO index d5dca90..1681588 100644 --- a/TODO +++ b/TODO @@ -32,6 +32,7 @@ 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 -- 2.20.1