[cfe-commits] r145317 - /cfe/trunk/docs/ReleaseNotes.html

Richard Smith richard-llvm at metafoo.co.uk
Mon Nov 28 15:35:03 PST 2011


Author: rsmith
Date: Mon Nov 28 17:35:03 2011
New Revision: 145317

URL: http://llvm.org/viewvc/llvm-project?rev=145317&view=rev
Log:
Release notes: add link to ISO C++ 2011 standard from the C++11 section.

Modified:
    cfe/trunk/docs/ReleaseNotes.html

Modified: cfe/trunk/docs/ReleaseNotes.html
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/ReleaseNotes.html?rev=145317&r1=145316&r2=145317&view=diff
==============================================================================
--- cfe/trunk/docs/ReleaseNotes.html (original)
+++ cfe/trunk/docs/ReleaseNotes.html Mon Nov 28 17:35:03 2011
@@ -233,9 +233,10 @@
 <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),





More information about the cfe-commits mailing list