diff options
author | Steve Naroff <snaroff@apple.com> | 2008-03-18 20:05:01 +0000 |
---|---|---|
committer | Steve Naroff <snaroff@apple.com> | 2008-03-18 20:05:01 +0000 |
commit | ab63b6bd41a1267f6e30452ba5b811ee7e89defc (patch) | |
tree | bb3f551b4d3824d0cfc5c76c147d15cf30cd151c | |
parent | a043a9b0f09baf6ff54b15cece9d032259118c05 (diff) | |
download | bcm5719-llvm-ab63b6bd41a1267f6e30452ba5b811ee7e89defc.tar.gz bcm5719-llvm-ab63b6bd41a1267f6e30452ba5b811ee7e89defc.zip |
Test.
llvm-svn: 48499
-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 |