Commits

Doug Gregor committed 7d3472e9eca
Separately convert each element in an array literal to the array element type. Allows us to properly infer the type (Int, Int)[] from the array literal [(1, 2)]. This is the last piece of functionality in <rdar://problem/11293232>. Swift SVN r9408