diff options
-rw-r--r-- | clang/TODO.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/clang/TODO.txt b/clang/TODO.txt index 3ef14617cda..e18fd5a812b 100644 --- a/clang/TODO.txt +++ b/clang/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 ||. //===---------------------------------------------------------------------===// |