summaryrefslogtreecommitdiffstats
path: root/docs/ReleaseNotes.html
diff options
context:
space:
mode:
authorRichard Smith <richard-llvm@metafoo.co.uk>2011-11-28 23:35:03 +0000
committerRichard Smith <richard-llvm@metafoo.co.uk>2011-11-28 23:35:03 +0000
commit47931383753fb873941cd8b0873e47684e9402a5 (patch)
treeec56452bb52b86fc82ef9591ce79b567658b0cd2 /docs/ReleaseNotes.html
parent551988f1bf32bb5e5b1fc223184d4089a0424698 (diff)
Release notes: add link to ISO C++ 2011 standard from the C++11 section.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@145317 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/ReleaseNotes.html')
-rw-r--r--docs/ReleaseNotes.html7
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index b4b00e21b5..17cb9259ea 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -233,9 +233,10 @@ modes.</p>
<h4 id="cxx11changes">C++11 Feature Support</h4>
<p>Clang 3.0 adds support for
<a href="http://clang.llvm.org/cxx_status.html#cxx11">more of the language
-features</a> added in the latest ISO C++ standard, C++11. Use
-<code>-std=c++11</code> or <code>-std=gnu++11</code> to enable support for these
-features. The following are now considered to be of production quality:
+features</a> added in the latest ISO C++ standard,
+<a href="http://www.iso.org/iso/iso_catalogue/catalogue_tc/catalogue_detail.htm?csnumber=50372">C++ 2011</a>.
+Use <code>-std=c++11</code> or <code>-std=gnu++11</code> to enable support for
+these features. The following are now considered to be of production quality:
<ul>
<li>Range-based <code>for</code> loops</li>
<li>Alias declarations (a new syntax for <code>typedef</code> declarations),