diff --git a/clang/www/cxx_status.html b/clang/www/cxx_status.html index 123f4a0a505e..9e154aa0bf22 100644 --- a/clang/www/cxx_status.html +++ b/clang/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)