summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaCXX/pascal-strings.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Handle parens properly when initializing a char array from a string literal.Richard Smith2013-05-051-0/+2
| | | | llvm-svn: 181159
* In C++, when initializing an array from a pascal string, it's OK if the arrayAnders Carlsson2011-04-141-0/+4
| | | | | | | is 1 element smaller than the string, because we can just strip off the last null character. This matches GCC. llvm-svn: 129490
* Rename test.Anders Carlsson2011-04-131-0/+2
llvm-svn: 129486
OpenPOWER on IntegriCloud