aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Redl <sebastian.redl@getdesigned.at>2008-11-09 11:32:32 +0000
committerSebastian Redl <sebastian.redl@getdesigned.at>2008-11-09 11:32:32 +0000
commit9324e58a23f03cfe1c00fee1e27cdb5af8359077 (patch)
tree43b2cc13d7d9cf0a8147097bdd1987562868bb1b
parentef6e647b8d3268a765c2c4dd7f8a73cad281a8e6 (diff)
Update C++ status: class support improved due to nested name parsing.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@58932 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--www/cxx_status.html18
1 files changed, 9 insertions, 9 deletions
diff --git a/www/cxx_status.html b/www/cxx_status.html
index c59295769f..e98ce87a0b 100644
--- a/www/cxx_status.html
+++ b/www/cxx_status.html
@@ -587,11 +587,11 @@ welcome!</p>
</tr>
<tr>
<td>9 [class]</td>
- <td class="medium" align="center"></td>
+ <td class="advanced" align="center"></td>
+ <td></td>
<td></td>
<td></td>
<td></td>
- <td>Cannot parse nested name specifiers.</td>
</tr>
<tr>
<td>&nbsp;&nbsp;9.1 [class.name]</td>
@@ -607,15 +607,15 @@ welcome!</p>
<td></td>
<td></td>
<td></td>
- <td>No parser support for nested names, mutable members, using declarations, or templates.</td>
+ <td>No parser support for mutable members, using declarations, or templates.</td>
</tr>
<tr>
<td>&nbsp;&nbsp;9.3 [class.mfct]</td>
- <td class="medium" align="center"></td>
+ <td class="complete" align="center">&#x2713;</td>
+ <td></td>
<td></td>
<td></td>
<td></td>
- <td>Out of line definition is not possible.</td>
</tr>
<tr>
<td>&nbsp;&nbsp;&nbsp;&nbsp;9.3.1 [class.mfct.non-static]</td>
@@ -635,11 +635,11 @@ welcome!</p>
</tr>
<tr>
<td>&nbsp;&nbsp;9.4 [class.static]</td>
- <td class="basic" align="center"></td>
+ <td class="complete" align="center">&#x2713;</td>
+ <td></td>
<td></td>
<td></td>
<td></td>
- <td>Out of line definition is not possible.</td>
</tr>
<tr>
<td>&nbsp;&nbsp;&nbsp;&nbsp;9.4.1 [class.static.mfct]</td>
@@ -675,11 +675,11 @@ welcome!</p>
</tr>
<tr>
<td>&nbsp;&nbsp;9.7 [class.nest]</td>
- <td class="advanced" align="center"></td>
+ <td class="complete" align="center">&#x2713;</td>
+ <td></td>
<td></td>
<td></td>
<td></td>
- <td>Out of line definition is not possible.</td>
</tr>
<tr>
<td>&nbsp;&nbsp;9.8 [class.local]</td>