Commits

Dave Abrahams committed 2c3ab47cf20
[stdlib] O(1) Array<non-verbatim> round-tripping Arrays of non-verbatim-bridged types (such as Int, and today's String) are converted to Objective-C lazily, with the objects created due to element conversion being autoreleased when necessary. Fixes <rdar://problem/17360154> Note: test/SIL/Parser/array_roundtrip.swift was XFAIL'd; see <rdar://problem/17758203> Swift SVN r20293