In C++, when initializing an array from a pascal string, it's OK if the array
is 1 element smaller than the string, because we can just strip off the last null character. This matches GCC. llvm-svn: 129490
Loading
Please register or sign in to comment