]> granicus.if.org Git - clang/commitdiff
Mention 'wchar_t' at the C++ status page.
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Sat, 9 Aug 2008 22:12:36 +0000 (22:12 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Sat, 9 Aug 2008 22:12:36 +0000 (22:12 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@54595 91177308-0d34-0410-b5e6-96231b3b80d8

www/cxx_status.html

index 123f4a0a505ee64724ed8106291060edf16fb880..9e154aa0bf22b3b06a75d07f114e9c8acef17a16 100644 (file)
@@ -41,6 +41,11 @@ actually produce LLVM code for the feature with the -emit-llvm option.
     <td>bool x; </td>\r
     <td>Full support.</td>\r
   </tr>\r
+  <tr>\r
+    <td>wchar_t type </td>\r
+    <td>wchar_t x; </td>\r
+    <td>Parser and Sema support in, partial Codegen support.</td>\r
+  </tr>\r
   <tr>\r
     <td>Named Casts </td>\r
     <td>static_cast&lt;int&gt;(x)</td>\r