summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenObjC/designated-initializers.m
Commit message (Collapse)AuthorAgeFilesLines
* Correctly handle designated initializers which modify an array initializedEli Friedman2013-06-111-0/+8
with a string. This case is sort of tricky because we can't modify the StringLiteral used to represent such initializers. We are forced to decompose the string into individual characters. Fixes <rdar://problem/10465114>. llvm-svn: 183791
OpenPOWER on IntegriCloud