[llvm-branch-commits] [llvm-branch] r156799 - /llvm/branches/release_31/docs/ReleaseNotes.html
Douglas Gregor
dgregor at apple.com
Mon May 14 20:13:37 PDT 2012
Author: dgregor
Date: Mon May 14 22:13:37 2012
New Revision: 156799
URL: http://llvm.org/viewvc/llvm-project?rev=156799&view=rev
Log:
Add some more release notes for Clang
Modified:
llvm/branches/release_31/docs/ReleaseNotes.html
Modified: llvm/branches/release_31/docs/ReleaseNotes.html
URL: http://llvm.org/viewvc/llvm-project/llvm/branches/release_31/docs/ReleaseNotes.html?rev=156799&r1=156798&r2=156799&view=diff
==============================================================================
--- llvm/branches/release_31/docs/ReleaseNotes.html (original)
+++ llvm/branches/release_31/docs/ReleaseNotes.html Mon May 14 22:13:37 2012
@@ -96,11 +96,17 @@
<p>In the LLVM 3.1 time-frame, the Clang team has made many improvements:</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-branch-commits
mailing list