aboutsummaryrefslogtreecommitdiff
path: root/test/SemaCXX/pascal-strings.cpp
AgeCommit message (Collapse)Author
2013-05-05Handle parens properly when initializing a char array from a string literal.Richard Smith
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@181159 91177308-0d34-0410-b5e6-96231b3b80d8
2011-04-14In C++, when initializing an array from a pascal string, it's OK if the arrayAnders Carlsson
is 1 element smaller than the string, because we can just strip off the last null character. This matches GCC. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@129490 91177308-0d34-0410-b5e6-96231b3b80d8
2011-04-13Rename test.Anders Carlsson
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@129486 91177308-0d34-0410-b5e6-96231b3b80d8