r196763 - Minor cleanup and reorg of C++ status page.

Richard Smith richard-llvm at metafoo.co.uk
Mon Dec 9 00:52:23 PST 2013


Author: rsmith
Date: Mon Dec  9 02:52:23 2013
New Revision: 196763

URL: http://llvm.org/viewvc/llvm-project?rev=196763&view=rev
Log:
Minor cleanup and reorg of C++ status page.

Modified:
    cfe/trunk/www/cxx_status.html

Modified: cfe/trunk/www/cxx_status.html
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/www/cxx_status.html?rev=196763&r1=196762&r2=196763&view=diff
==============================================================================
--- cfe/trunk/www/cxx_status.html (original)
+++ cfe/trunk/www/cxx_status.html Mon Dec  9 02:52:23 2013
@@ -28,10 +28,10 @@
 <p>Last updated: $Date$</p>
 
 <p>Clang fully implements all published ISO C++ standards including <a
-href="#cxx11">C++11</a> as well as the upcoming provisionally named <a
-href="#cxx14">C++14</a>.</p>
+href="#cxx11">C++11</a>, as well as the upcoming standard provisionally named <a
+href="#cxx14">C++14</a>, and is considered a production-quality C++ compiler.
 
-<p>The LLVM community is continually striving to improve C++ standards
+<p>The Clang community is continually striving to improve C++ standards
 compliance between releases by submitting and tracking <a
 href="cxx_dr_status.html">C++ Defect Reports</a> and implementing resolutions
 as they become available.</p>
@@ -40,14 +40,15 @@ as they become available.</p>
 Specifications</a> that will help drive the future of the C++ programming
 language.</p>
 
+<p>The <a href="http://llvm.org/bugs/">LLVM bug tracker</a> contains Clang
+C++ components that track known bugs with Clang's language conformance in
+each language mode.</p>
+
 <h2 id="cxx98">C++98 implementation status</h2>
 
 <p>Clang implements all of the ISO C++ 1998 standard
   (including the defects addressed in the ISO C++ 2003 standard)
-  except for <tt>export</tt> (which has been removed in C++11)
-  and is considered a production-quality C++ compiler.  The <a
-   href="http://llvm.org/bugs/">LLVM bug tracker</a> contains a Clang
-  C++ component that tracks known Clang C++ bugs.</p>
+  except for <tt>export</tt> (which has been removed in C++11).
 
 <h2 id="cxx11">C++11 implementation status</h2>
 





More information about the cfe-commits mailing list