[cfe-commits] r54595 - /cfe/trunk/www/cxx_status.html
Argiris Kirtzidis
akyrtzi at gmail.com
Sat Aug 9 15:12:36 PDT 2008
Author: akirtzidis
Date: Sat Aug 9 17:12:36 2008
New Revision: 54595
URL: http://llvm.org/viewvc/llvm-project?rev=54595&view=rev
Log:
Mention 'wchar_t' at the C++ status page.
Modified:
cfe/trunk/www/cxx_status.html
Modified: cfe/trunk/www/cxx_status.html
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/www/cxx_status.html?rev=54595&r1=54594&r2=54595&view=diff
==============================================================================
--- cfe/trunk/www/cxx_status.html (original)
+++ cfe/trunk/www/cxx_status.html Sat Aug 9 17:12:36 2008
@@ -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>
More information about the cfe-commits
mailing list