summaryrefslogtreecommitdiffstats
path: root/clang
diff options
context:
space:
mode:
Diffstat (limited to 'clang')
-rw-r--r--clang/TODO.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/TODO.txt b/clang/TODO.txt
index e18fd5a812b..111f747275d 100644
--- a/clang/TODO.txt
+++ b/clang/TODO.txt
@@ -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
OpenPOWER on IntegriCloud