aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDouglas Gregor <dgregor@apple.com>2012-05-15 03:13:37 +0000
committerDouglas Gregor <dgregor@apple.com>2012-05-15 03:13:37 +0000
commit617341d693165eda5c8a93f2b3852a35691a17d3 (patch)
tree31337fa9a4430635c67c561a5a63d2b5ae8909cf
parent59d8e1f17fe259f6b3e04dcda2b171a7275038e6 (diff)
downloadllvm-617341d693165eda5c8a93f2b3852a35691a17d3.zip
llvm-617341d693165eda5c8a93f2b3852a35691a17d3.tar.gz
llvm-617341d693165eda5c8a93f2b3852a35691a17d3.tar.bz2
Add some more release notes for Clang
llvm-svn: 156799
-rw-r--r--llvm/docs/ReleaseNotes.html12
1 files changed, 9 insertions, 3 deletions
diff --git a/llvm/docs/ReleaseNotes.html b/llvm/docs/ReleaseNotes.html
index 3488479..482cc48 100644
--- a/llvm/docs/ReleaseNotes.html
+++ b/llvm/docs/ReleaseNotes.html
@@ -96,11 +96,17 @@ Release Notes</a>.</h1>
<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>