Skip to content
Commit 5207a340 authored by Sean Callanan's avatar Sean Callanan
Browse files

Fixed a problem that prevented access to members

of string literals ("hello"[2]).  Also fixed a
problem in which empty string literals were not
being compiled correctly ((int)printf("") would
print garbage).

Added a testcase that covers both.

llvm-svn: 137247
parent 7e62302f
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