From: Benjamin Kramer Date: Sat, 5 Nov 2011 10:11:36 +0000 (+0000) Subject: Fix markup weirdness. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8398bdbf7b9d92340c046e9723827530579acbf5;p=clang Fix markup weirdness. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@143803 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/www/cxx_status.html b/www/cxx_status.html index cc3dd35ae4..0dc1b86712 100644 --- a/www/cxx_status.html +++ b/www/cxx_status.html @@ -10,6 +10,7 @@ .none { background-color: #FFCCCC } .partial { background-color: #FFFF99 } .full { background-color: #CCFF99 } + th { background-color: #FFDDAA } @@ -41,9 +42,9 @@ with clang; other versions have not been tested.

- - - + + + @@ -53,7 +54,7 @@ with clang; other versions have not been tested.

- + @@ -63,7 +64,7 @@ with clang; other versions have not been tested.

- + @@ -177,7 +178,7 @@ with clang; other versions have not been tested.

- + @@ -262,8 +263,8 @@ with clang; other versions have not been tested.

+
N3206 +
N3272 @@ -283,7 +284,7 @@ with clang; other versions have not been tested.

- + @@ -343,7 +344,7 @@ with clang; other versions have not been tested.

- + @@ -366,7 +367,6 @@ with clang; other versions have not been tested.

Language FeatureC++0x ProposalAvailable in Clang?Language FeatureC++0x ProposalAvailable in Clang?
Rvalue references
    Rvalue references for *this N2439Clang 2.9
Clang 2.9
Initialization of class objects by rvalues
Non-static data member initializers N2756Clang 3.0Clang 3.0
Variadic templates
Delegating constructors N1986Clang 3.0
Clang 3.0
Inheriting constructors
Explicit virtual overrides N2928 -
N3206 -
N3272
Clang 3.0
ConcurrencyConcurrency
Sequence points
C99 Features in C++0xC99 Features in C++0x
__func__ predefined identifier No
-