Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Handle parens properly when initializing a char array from a string literal. | Richard Smith | 2013-05-05 | 1 | -0/+2 |
| | | | | llvm-svn: 181159 | ||||
* | In C++, when initializing an array from a pascal string, it's OK if the array | Anders Carlsson | 2011-04-14 | 1 | -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 Carlsson | 2011-04-13 | 1 | -0/+2 |
llvm-svn: 129486 |