From 190238d5a5e088bb2b1c84985d6cfc98c9600f32 Mon Sep 17 00:00:00 2001 From: Argiris Kirtzidis Date: Sat, 9 Aug 2008 22:12:36 +0000 Subject: [PATCH] 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 --- www/cxx_status.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/www/cxx_status.html b/www/cxx_status.html index 123f4a0a5..9e154aa0b 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. Full support. + wchar_t type + wchar_t x; + Parser and Sema support in, partial Codegen support. + + Named Casts static_cast<int>(x) Partial Parser and Sema support, no codegen. -- 2.11.4.GIT