]> granicus.if.org Git - clang/commitdiff
Minor cleanup and reorg of C++ status page.
authorRichard Smith <richard-llvm@metafoo.co.uk>
Mon, 9 Dec 2013 08:52:23 +0000 (08:52 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Mon, 9 Dec 2013 08:52:23 +0000 (08:52 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@196763 91177308-0d34-0410-b5e6-96231b3b80d8

www/cxx_status.html

index a917e72ee614b7d7929814b36c9fe296758aec63..c4564d0612a2f9f93b9a3f2342125a0bfcead0b5 100644 (file)
 <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>