[MSVC] Fix check for wchar_t type in case of -fno-wchar
The example below should work identically with and without compiler native wchar_t support. void foo(wchar_t * t = L""); Differential Revision: http://reviews.llvm.org/D19056 llvm-svn: 266287
Loading
Please register or sign in to comment