[llvm-commits] [www] r143478 - /www/trunk/Users.html
Chris Lattner
sabre at nondot.org
Tue Nov 1 13:05:47 PDT 2011
Author: lattner
Date: Tue Nov 1 15:05:46 2011
New Revision: 143478
URL: http://llvm.org/viewvc/llvm-project?rev=143478&view=rev
Log:
various apple updates.
Modified:
www/trunk/Users.html
Modified: www/trunk/Users.html
URL: http://llvm.org/viewvc/llvm-project/www/trunk/Users.html?rev=143478&r1=143477&r2=143478&view=diff
==============================================================================
--- www/trunk/Users.html (original)
+++ www/trunk/Users.html Tue Nov 1 15:05:46 2011
@@ -106,6 +106,27 @@
Static Analyzer</a> is built on the Clang static
analyzer, and allows Xcode users easy access to the Clang Static Analyzer as
well as a first class user interface to dig through and visualize results.<p>
+
+ Xcode 4.0 (and later): The <a href="http://clang.llvm.org">Clang</a>
+ parser for C, C++, and Objective-C are now deeply integrated into the Xcode
+ 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
+ href="http://lldb.llvm.org">LLDB Debugger</a>.<p>
+
+ Xcode 4.1 (and later): LLDB supports debugging iOS devices.<p>
+
+ Mac OS X 10.7 Lion and iOS5: Virtually all of the code in these
+ operating systems were built with Clang and llvm-gcc.<p>
+
+ Xcode 4.2 (and later): "LLVM Compiler 3.0" (aka Clang) now supports many
+ C++'11 features and <a href="http://libcxx.llvm.org">libc++</a> is
+ supported as a modern C++ runtime library. <a
+ 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>
</td>
</tr>
More information about the llvm-commits
mailing list