summaryrefslogtreecommitdiffstats
path: root/TODO.txt
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2007-10-10 18:08:07 +0000
committerChris Lattner <sabre@nondot.org>2007-10-10 18:08:07 +0000
commitcd098477b2a02a2fd9e2edff85569c9203b4a0c0 (patch)
tree54bc2d03fac8cd995e673aad1eab48801d4db4f3 /TODO.txt
parentd19144b244f86227fcc2b0da794929fe83968dd5 (diff)
add an idea
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@42831 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'TODO.txt')
-rw-r--r--TODO.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/TODO.txt b/TODO.txt
index 94e471dcdd..17fba95bd9 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -3,6 +3,8 @@
//===---------------------------------------------------------------------===//
+Warn about "X && 0x1000" saying that the user may mean "X & 0x1000".
+Probably only want to do this for hex immediates. Likewise for ||.
//===---------------------------------------------------------------------===//