diff options
-rw-r--r-- | www/cxx_status.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/www/cxx_status.html b/www/cxx_status.html index 123f4a0a50..9e154aa0bf 100644 --- a/www/cxx_status.html +++ b/www/cxx_status.html @@ -42,6 +42,11 @@ actually produce LLVM code for the feature with the -emit-llvm option. <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<int>(x)</td>
<td>Partial Parser and Sema support, no codegen.</td>
|