]> granicus.if.org Git - clang/commitdiff
Another dummy commit to check GIT mirroring
authorAnton Korobeynikov <asl@math.spbu.ru>
Fri, 10 Dec 2010 12:03:06 +0000 (12:03 +0000)
committerAnton Korobeynikov <asl@math.spbu.ru>
Fri, 10 Dec 2010 12:03:06 +0000 (12:03 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@121482 91177308-0d34-0410-b5e6-96231b3b80d8

TODO.txt

index c63b1b33d6d6d3da2139d01ffcd142b8695954db..443cbbd52019cbd63f24f0469ca14dec4bb1c70d 100644 (file)
--- a/TODO.txt
+++ b/TODO.txt
@@ -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 ||.