Mention 'wchar_t' at the C++ status page.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@54595 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/www/cxx_status.html b/www/cxx_status.html
index 123f4a0..9e154aa 100644
--- a/www/cxx_status.html
+++ b/www/cxx_status.html
@@ -42,6 +42,11 @@
<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>