diff options
| author | Benjamin Kramer <benny.kra@googlemail.com> | 2012-05-13 10:40:08 +0000 |
|---|---|---|
| committer | Benjamin Kramer <benny.kra@googlemail.com> | 2012-05-13 10:40:08 +0000 |
| commit | a10adf5fdba4c23f87e9cbb1f59e5f2b54df816b (patch) | |
| tree | 0b04500c50cbdfe1a30a4586736eb02daf7967d0 | |
| parent | d3684057c6a244102de58996ab43d2ea72f0bdf3 (diff) | |
| download | bcm5719-llvm-a10adf5fdba4c23f87e9cbb1f59e5f2b54df816b.tar.gz bcm5719-llvm-a10adf5fdba4c23f87e9cbb1f59e5f2b54df816b.zip | |
Outline some clang 3.1 highlights off the top of my head.
llvm-svn: 156736
| -rw-r--r-- | llvm/docs/ReleaseNotes.html | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/llvm/docs/ReleaseNotes.html b/llvm/docs/ReleaseNotes.html index 160a1c42c6a..95d005a7f85 100644 --- a/llvm/docs/ReleaseNotes.html +++ b/llvm/docs/ReleaseNotes.html @@ -94,13 +94,20 @@ Release Notes</a>.</h1> 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> |

