summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDouglas Gregor <dgregor@apple.com>2011-10-15 00:48:01 +0000
committerDouglas Gregor <dgregor@apple.com>2011-10-15 00:48:01 +0000
commitba087df98228d4f1b7be6f93d659bb86ed2f0e59 (patch)
tree0b4982aee8e34fee25b2d63796a30e1cab861525 /docs
parentd73462a1c9e9abae6d404c7830224814ef293f0d (diff)
downloadllvm-ba087df98228d4f1b7be6f93d659bb86ed2f0e59.tar.gz
llvm-ba087df98228d4f1b7be6f93d659bb86ed2f0e59.tar.bz2
llvm-ba087df98228d4f1b7be6f93d659bb86ed2f0e59.tar.xz
Mention some of the improvements in Clang 3.0 over 2.9.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@142029 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/ReleaseNotes.html15
1 files changed, 15 insertions, 0 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index bf107111e5..4e36182126 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -103,6 +103,21 @@ 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.0 time-frame, the Clang team has made many improvements:</p>
+
+<ul>
+ <li>Greatly improved support for building C++ applications, with greater stability and better diagnostics.</li>
+
+ <li><a href="http://clang.llvm.org/cxx_status.html">Improved support</a> for the <a href="http://www.iso.org/iso/iso_catalogue/catalogue_tc/catalogue_detail.htm?csnumber=50372 ">C++ 2011</a> standard, including implementations of non-static data member initializers, alias templates, delegating constructors, the range-based for loop, and implicitly-generated move constructors and move assignment operators, among others.</li>
+
+ <li>Implemented support for some features of the upcoming C1x standard, including static assertions and generic selections.</li>
+
+ <li>Better detection of include and linking paths for system headers and libraries, especially for Linux distributions.</li>
+
+ <li>Implemented support for <a href="http://clang.llvm.org/docs/AutomaticReferenceCounting.html">Automatic Reference Counting</a> for Objective-C.</li>
+
+ <li>Implemented a number of optimizations in <tt>libclang</tt>, the Clang C interface, to improve the performance of code completion and the mapping from source locations to abstract syntax tree nodes.</li>
+</ul>
+
<p>If Clang rejects your code but another compiler accepts it, please take a
look at the <a href="http://clang.llvm.org/compatibility.html">language