diff options
author | Argyrios Kyrtzidis <akyrtzi@gmail.com> | 2008-08-09 22:12:36 +0000 |
---|---|---|
committer | Argyrios Kyrtzidis <akyrtzi@gmail.com> | 2008-08-09 22:12:36 +0000 |
commit | cd33b852853712836f4b34978f816fd3abf79341 (patch) | |
tree | b9c2347d3af47e513693b75b0972666a5c93e4aa | |
parent | dee8ecc93825062eb441bfeb7a338d3f2c5ea3f0 (diff) |
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
-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>
|