Commits
Joe Groff committed 78d8fbdb670
SILGen: Don't emit into reference storage buffers. Trying to use a @weak slot as an in-place initialization buffer for an Optional is never going to end well, so refuse to offer reference storage slots as buffers for expr results. Fixes <rdar://problem/16681656>. Swift SVN r16956