Skip to content
Commit 1f16b743 authored by Eli Friedman's avatar Eli Friedman
Browse files

Correctly handle designated initializers which modify an array initialized

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
parent bd9e549e
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment