]> granicus.if.org Git - clang/commitdiff
clarify
authorChris Lattner <sabre@nondot.org>
Thu, 11 Oct 2007 16:06:02 +0000 (16:06 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 11 Oct 2007 16:06:02 +0000 (16:06 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@42862 91177308-0d34-0410-b5e6-96231b3b80d8

TODO.txt

index 3ef14617cda40fd95910d6fe270b57672bf9cf26..e18fd5a812b9abb6c312666fb7ec7e2516792143 100644 (file)
--- a/TODO.txt
+++ b/TODO.txt
@@ -4,7 +4,8 @@
 
 
 Warn about "X && 0x1000" saying that the user may mean "X & 0x1000".
-Probably only want to do this for hex immediates.  Likewise for ||.
+We should do this for any immediate except zero, so long as it doesn't come 
+from a macro expansion.  Likewise for ||.
 
 //===---------------------------------------------------------------------===//