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

Fix the emission of expressions like char a[10] = "asdf"; previously,

they were causing bad code to be emitted.  There are two fixes here: one 
makes sure we emit a string that is long enough, and one makes sure we 
properly handle string initialization in init lists.

llvm-svn: 51259
parent f767e44e
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