]> granicus.if.org Git - clang/commit
Wide Pascal strings should be of type wchar_t[] and not unsigned char[].
authorAnders Carlsson <andersca@mac.com>
Wed, 6 Apr 2011 18:42:48 +0000 (18:42 +0000)
committerAnders Carlsson <andersca@mac.com>
Wed, 6 Apr 2011 18:42:48 +0000 (18:42 +0000)
commit96b4adce3bd41a33e3f1d98dc4e74046585f6dce
treea6688c112b02f02bcc5085c2cdebc93bbc56e3d5
parent759abb4d9ec14ae32104a9677b60f0542b60d1d8
Wide Pascal strings should be of type wchar_t[] and not unsigned char[].

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@129017 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaExpr.cpp
test/SemaCXX/pascal-wchar-strings.cpp [new file with mode: 0644]