Mention 'wchar_t' at the C++ status page.

llvm-svn: 54595
This commit is contained in:
Argyrios Kyrtzidis 2008-08-09 22:12:36 +00:00
parent 6975aaf3c2
commit 379d2edc29
1 changed files with 5 additions and 0 deletions

View File

@ -41,6 +41,11 @@ actually produce LLVM code for the feature with the -emit-llvm option.
<td>bool x; </td>
<td>Full support.</td>
</tr>
<tr>
<td>wchar_t type </td>
<td>wchar_t x; </td>
<td>Parser and Sema support in, partial Codegen support.</td>
</tr>
<tr>
<td>Named Casts </td>
<td>static_cast&lt;int&gt;(x)</td>