Commits

Chris Lattner committed f241c66cd78
implement <rdar://problem/17473876> @IBOutlet attribute shouldn't make properties implicitly optional or weak Now the @IBOutlet attribute has no implicit effect on the type or storage of a property. It still performs validity checks of course. Swift SVN r19344