Commits

Chris Lattner committed e9d2e02ac73
Make @autoclosure imply @__noescape as described in rdar://18447257. This is currently limited to the stdlib only right now, since @__noescape isn't a user visible feature and implying it would make it user visible. Swift SVN r24143