Commits
Chris Lattner committed 512d5ea05dd
Fix: <rdar://problem/16877510> capturing an unowned let crashes in silgen There were two problems here: emitRValueForDecl wasn't doing a semantic conversion to an RValue when loading from let vardecls of reference storage type, and we were trying to capture the rvalue type (not the storage type) when forming the capture. Swift SVN r17854