[cfe-commits] r48499 - /cfe/trunk/TODO.txt
Steve Naroff
snaroff at apple.com
Tue Mar 18 13:05:01 PDT 2008
Author: snaroff
Date: Tue Mar 18 15:05:01 2008
New Revision: 48499
URL: http://llvm.org/viewvc/llvm-project?rev=48499&view=rev
Log:
Test.
Modified:
cfe/trunk/TODO.txt
Modified: cfe/trunk/TODO.txt
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/TODO.txt?rev=48499&r1=48498&r2=48499&view=diff
==============================================================================
--- cfe/trunk/TODO.txt (original)
+++ cfe/trunk/TODO.txt Tue Mar 18 15:05:01 2008
@@ -1,7 +1,7 @@
//===---------------------------------------------------------------------===//
// Minor random things that can be improved
//===---------------------------------------------------------------------===//
-
+
Warn about "X && 0x1000" saying that the user may mean "X & 0x1000".
We should do this for any immediate except zero, so long as it doesn't come
More information about the cfe-commits
mailing list