aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Redl <sebastian.redl@getdesigned.at>2008-11-08 14:43:13 +0000
committerSebastian Redl <sebastian.redl@getdesigned.at>2008-11-08 14:43:13 +0000
commitffb5b009f84db24ec4640204d53f8e70e8b6fce9 (patch)
treede1d084323ab654e86bc59efa69a41124703cdf0
parent37d6de37498017ba3b24f8b31fff392e35b7ca72 (diff)
Update C++ status: dynamic_cast is sema-complete.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@58907 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--www/cxx_status.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/www/cxx_status.html b/www/cxx_status.html
index 86b9c1bb62..effbc9e412 100644
--- a/www/cxx_status.html
+++ b/www/cxx_status.html
@@ -459,10 +459,10 @@ welcome!</p>
<tr>
<td>&nbsp;&nbsp;&nbsp;&nbsp;5.2.7 [expr.dynamic.cast]</td>
<td class="complete" align="center">&#x2713;</td>
- <td class="advanced" align="center"></td>
- <td class="basic" align="center"></td>
+ <td class="complete" align="center">&#x2713;</td>
+ <td class="complete" align="center">&#x2713;</td>
+ <td></td>
<td></td>
- <td>No support for polymorphic classes.</td>
</tr>
<tr>
<td>&nbsp;&nbsp;&nbsp;&nbsp;5.2.8 [expr.typeid]</td>