From: Sebastian Redl
Date: Sun, 9 Nov 2008 11:32:32 +0000 (+0000)
Subject: Update C++ status: class support improved due to nested name parsing.
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9324e58a23f03cfe1c00fee1e27cdb5af8359077;p=clang
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
---
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!
9 [class] |
- |
+ |
+ |
|
|
|
- Cannot parse nested name specifiers. |
9.1 [class.name] |
@@ -607,15 +607,15 @@ welcome!
|
|
|
- No parser support for nested names, mutable members, using declarations, or templates. |
+ No parser support for mutable members, using declarations, or templates. |
9.3 [class.mfct] |
- |
+ ✓ |
+ |
|
|
|
- Out of line definition is not possible. |
9.3.1 [class.mfct.non-static] |
@@ -635,11 +635,11 @@ welcome!
9.4 [class.static] |
- |
+ ✓ |
+ |
|
|
|
- Out of line definition is not possible. |
9.4.1 [class.static.mfct] |
@@ -675,11 +675,11 @@ welcome!
9.7 [class.nest] |
- |
+ ✓ |
+ |
|
|
|
- Out of line definition is not possible. |
9.8 [class.local] |