Commits

Chris Lattner committed 7e6898674ea
fix <rdar://problem/16722603> invalid conformance of mutating setter Two problems here: 1) mutating checking wasn't being done at all for accessors of properties and subscripts. 2) I implemented the mutating checking that was there completely incorrectly. Swift SVN r16946