diff options
author | Anton Korobeynikov <asl@math.spbu.ru> | 2010-12-10 12:03:06 +0000 |
---|---|---|
committer | Anton Korobeynikov <asl@math.spbu.ru> | 2010-12-10 12:03:06 +0000 |
commit | 7e36988d66dc68f6cfce26b41aa654a49afcef51 (patch) | |
tree | 9c12f3acde700f7961a158d85625cb8d5d25db4e /TODO.txt | |
parent | 49f4e1cbd839da27ff4814b4ea6d85a79f786cbd (diff) |
Another dummy commit to check GIT mirroring
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@121482 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'TODO.txt')
-rw-r--r-- | TODO.txt | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -2,7 +2,6 @@ // 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 from a macro expansion. Likewise for ||. |