diff options
-rw-r--r-- | clang/TODO.txt | 2 |
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 |