]> granicus.if.org Git - clang/commitdiff
Test.
authorSteve Naroff <snaroff@apple.com>
Tue, 18 Mar 2008 20:05:01 +0000 (20:05 +0000)
committerSteve Naroff <snaroff@apple.com>
Tue, 18 Mar 2008 20:05:01 +0000 (20:05 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@48499 91177308-0d34-0410-b5e6-96231b3b80d8

TODO.txt

index e18fd5a812b9abb6c312666fb7ec7e2516792143..111f747275d96ecea076a6e84f69837f834c508c 100644 (file)
--- a/TODO.txt
+++ b/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