Skip to content
This repository has been archived by the owner on Jan 1, 2023. It is now read-only.

Commit

Permalink
Add some more release notes for Clang
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_31@156799 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
DougGregor committed May 15, 2012
1 parent 5604a30 commit 27c0c5f
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions docs/ReleaseNotes.html
Expand Up @@ -96,11 +96,17 @@ <h3>

<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>

Expand Down

0 comments on commit 27c0c5f

Please sign in to comment.