[llvm-commits] [www] r143488 - /www/trunk/Users.html

Chris Lattner sabre at nondot.org
Tue Nov 1 13:09:20 PDT 2011


Author: lattner
Date: Tue Nov  1 15:09:19 2011
New Revision: 143488

URL: http://llvm.org/viewvc/llvm-project?rev=143488&view=rev
Log:
minor tweaks.

Modified:
    www/trunk/Users.html

Modified: www/trunk/Users.html
URL: http://llvm.org/viewvc/llvm-project/www/trunk/Users.html?rev=143488&r1=143487&r2=143488&view=diff
==============================================================================
--- www/trunk/Users.html (original)
+++ www/trunk/Users.html Tue Nov  1 15:09:19 2011
@@ -112,7 +112,7 @@
         IDE for code completion, syntax highlighting, indexing, "Edit All In
         Scope", and other source code sensitive features.  The Clang command line
         compiler (known as "LLVM Compiler" in Xcode) also now fully supports C++.
-        This release is the first Apple release of the <a 
+        This was the first Apple release of the <a 
         href="http://lldb.llvm.org">LLDB Debugger</a>.<p>
       
         Xcode 4.1 (and later): LLDB supports debugging iOS devices.<p>
@@ -126,7 +126,8 @@
        href="http://clang.llvm.org/docs/AutomaticReferenceCounting.html">ARC</a>
         is a major new Objective-C feature introduced in this release,
         introducing automated memory management to iOS programming.  Xcode 4.2
-        no longer includes GCC 4.2, only the LLVM backend is supported.<p>
+        no longer includes GCC 4.2, only the LLVM backend is supported (in the
+        Clang and llvm-gcc compilers).<p>
    </td>
   </tr>
 





More information about the llvm-commits mailing list