Commits

Doug Gregor committed 60a52651e2e
Deal with weird tuple element expressions that result from tuple-to-scalar conversions. We're still building tuple types that involve lvalues in the type checker. Generally, tuple-to-tuple conversion fixes these up, but the tuple-to-scalar conversion was not. Fixes <rdar://problem/16555384>. Swift SVN r16191