<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>
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>