forked from OSchip/llvm-project
Mention 'wchar_t' at the C++ status page.
llvm-svn: 54595
This commit is contained in:
parent
6975aaf3c2
commit
379d2edc29
|
@ -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<int>(x)</td>
|
||||
|
|
Loading…
Reference in New Issue