[llvm-commits] [llvm] r156736 - /llvm/trunk/docs/ReleaseNotes.html
Benjamin Kramer
benny.kra at googlemail.com
Sun May 13 03:40:09 PDT 2012
Author: d0k
Date: Sun May 13 05:40:08 2012
New Revision: 156736
URL: http://llvm.org/viewvc/llvm-project?rev=156736&view=rev
Log:
Outline some clang 3.1 highlights off the top of my head.
Modified:
llvm/trunk/docs/ReleaseNotes.html
Modified: llvm/trunk/docs/ReleaseNotes.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/ReleaseNotes.html?rev=156736&r1=156735&r2=156736&view=diff
==============================================================================
--- llvm/trunk/docs/ReleaseNotes.html (original)
+++ llvm/trunk/docs/ReleaseNotes.html Sun May 13 05:40:08 2012
@@ -94,13 +94,20 @@
production-quality compiler for C, Objective-C, C++ and Objective-C++ on x86
(32- and 64-bit), and for Darwin/ARM targets.</p>
-<p>In the LLVM 3.1 time-frame, the Clang team has made many improvements:</p>
+<p>In the LLVM 3.1 time-frame, the Clang team has made many improvements.
+ Highlights include:</p>
<ul>
- <li>C++11 support is greatly expanded including lambdas, initializer lists, constexpr, user-defined literals, and atomics.</li>
- <li>...</li>
+ <li>Greatly expanded <a href="http://clang.llvm.org/cxx_status.html">C++11
+ support</a> including lambdas, initializer lists, constexpr, user-defined
+ literals, and atomics.</li>
+ <li>A new <a href="http://clang.llvm.org/docs/Tooling.html">tooling</a>
+ library to ease building of clang-based standalone tools.</li>
+ <li>Extended support for
+ <a href="http://clang.llvm.org/docs/ObjectiveCLiterals.html">literals in
+ Objective C</a>.</li>
</ul>
- <p>For more details about the changes to Clang since the 2.9 release, see the
+ <p>For more details about the changes to Clang since the 3.0 release, see the
<a href="http://clang.llvm.org/docs/ReleaseNotes.html">Clang release notes</a>
</p>
More information about the llvm-commits
mailing list