diff options
-rw-r--r-- | clang/www/cxx_status.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/clang/www/cxx_status.html b/clang/www/cxx_status.html index 123f4a0a505..9e154aa0bf2 100644 --- a/clang/www/cxx_status.html +++ b/clang/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>
|