From: Argyrios Kyrtzidis Date: Sat, 9 Aug 2008 22:12:36 +0000 (+0000) Subject: Mention 'wchar_t' at the C++ status page. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cd33b852853712836f4b34978f816fd3abf79341;p=clang 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 123f4a0a50..9e154aa0bf 100644 --- a/www/cxx_status.html +++ b/www/cxx_status.html @@ -41,6 +41,11 @@ actually produce LLVM code for the feature with the -emit-llvm option. bool x; Full support. + + wchar_t type + wchar_t x; + Parser and Sema support in, partial Codegen support. + Named Casts static_cast<int>(x)