Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-05-05 | Handle 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-14 | In C++, when initializing an array from a pascal string, it's OK if the array | Anders 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-13 | Rename test. | Anders Carlsson | |
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@129486 91177308-0d34-0410-b5e6-96231b3b80d8 |