From: Richard Smith Date: Mon, 9 Dec 2013 08:52:23 +0000 (+0000) Subject: Minor cleanup and reorg of C++ status page. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=efdefe43c7a20c05f54c078787f8231298d28047;p=clang Minor cleanup and reorg of C++ status page. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@196763 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/www/cxx_status.html b/www/cxx_status.html index a917e72ee6..c4564d0612 100644 --- a/www/cxx_status.html +++ b/www/cxx_status.html @@ -28,10 +28,10 @@

Last updated: $Date$

Clang fully implements all published ISO C++ standards including C++11 as well as the upcoming provisionally named C++14.

+href="#cxx11">C++11, as well as the upcoming standard provisionally named C++14, and is considered a production-quality C++ compiler. -

The LLVM community is continually striving to improve C++ standards +

The Clang community is continually striving to improve C++ standards compliance between releases by submitting and tracking C++ Defect Reports and implementing resolutions as they become available.

@@ -40,14 +40,15 @@ as they become available.

Specifications that will help drive the future of the C++ programming language.

+

The LLVM bug tracker contains Clang +C++ components that track known bugs with Clang's language conformance in +each language mode.

+

C++98 implementation status

Clang implements all of the ISO C++ 1998 standard (including the defects addressed in the ISO C++ 2003 standard) - except for export (which has been removed in C++11) - and is considered a production-quality C++ compiler. The LLVM bug tracker contains a Clang - C++ component that tracks known Clang C++ bugs.

+ except for export (which has been removed in C++11).

C++11 implementation status