summaryrefslogtreecommitdiffstats
path: root/TODO.txt
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2007-10-11 16:06:02 +0000
committerChris Lattner <sabre@nondot.org>2007-10-11 16:06:02 +0000
commit507cc6cf97cf70f1878c4c91a99116f3a70742b7 (patch)
tree31cbdee134b147f8722796a7e72cad33a68bfceb /TODO.txt
parent00bb283ecdfb1d5c69261c7663d166cee3f11a9b (diff)
clarify
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@42862 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'TODO.txt')
-rw-r--r--TODO.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/TODO.txt b/TODO.txt
index 3ef14617cd..e18fd5a812 100644
--- 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 ||.
//===---------------------------------------------------------------------===//