diff options
| author | Sebastian Redl <sebastian.redl@getdesigned.at> | 2008-11-11 11:37:55 +0000 |
|---|---|---|
| committer | Sebastian Redl <sebastian.redl@getdesigned.at> | 2008-11-11 11:37:55 +0000 |
| commit | c470476420249d85e6a82275e90d3a8f62312fa1 (patch) | |
| tree | a8f9b143310c392c35c5883bd8358da872b63403 /clang/www/cxx_status.html | |
| parent | 8cb2e28e43b99df65c904d87ada93c99660e4fa4 (diff) | |
| download | bcm5719-llvm-c470476420249d85e6a82275e90d3a8f62312fa1.tar.gz bcm5719-llvm-c470476420249d85e6a82275e90d3a8f62312fa1.zip | |
Implement C++ 'typeid' parsing and sema.
llvm-svn: 59042
Diffstat (limited to 'clang/www/cxx_status.html')
| -rw-r--r-- | clang/www/cxx_status.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/clang/www/cxx_status.html b/clang/www/cxx_status.html index 586cb2652b9..f4e3402584d 100644 --- a/clang/www/cxx_status.html +++ b/clang/www/cxx_status.html @@ -466,9 +466,9 @@ welcome!</p> </tr>
<tr>
<td> 5.2.8 [expr.typeid]</td>
- <td></td>
- <td></td>
- <td></td>
+ <td class="complete" align="center">✓</td>
+ <td class="complete" align="center">✓</td>
+ <td class="complete" align="center">✓</td>
<td></td>
<td></td>
</tr>
|

