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)