diff options
author | Sebastian Redl <sebastian.redl@getdesigned.at> | 2008-11-08 14:43:13 +0000 |
---|---|---|
committer | Sebastian Redl <sebastian.redl@getdesigned.at> | 2008-11-08 14:43:13 +0000 |
commit | ffb5b009f84db24ec4640204d53f8e70e8b6fce9 (patch) | |
tree | de1d084323ab654e86bc59efa69a41124703cdf0 | |
parent | 37d6de37498017ba3b24f8b31fff392e35b7ca72 (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.html | 6 |
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> 5.2.7 [expr.dynamic.cast]</td>
<td class="complete" align="center">✓</td>
- <td class="advanced" align="center"></td>
- <td class="basic" align="center"></td>
+ <td class="complete" align="center">✓</td>
+ <td class="complete" align="center">✓</td>
+ <td></td>
<td></td>
- <td>No support for polymorphic classes.</td>
</tr>
<tr>
<td> 5.2.8 [expr.typeid]</td>
|