Commits

Devin Coughlin committed 424b442db2f
Sema: Don't suggest Fix-It to mark stored property as potentially unavailable Stop suggesting Fix-Its to add @available() to stored properties. We don't allow this yet, so the "fixed" code would still emit an error when compiled. rdar://problem/20939804 Swift SVN r28604