Skip to content
Commit d162fb83 authored by Anders Carlsson's avatar Anders Carlsson
Browse files

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
parent e7e288c8
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment