Commits

Joe Pamer committed 4d86ddc6928
When checking if a decl with trivial accessors is settable, make sure it actually has a setter. Not doing so can lead to improper projections from rvalue to lvalue, and cause crashes during SIL generation. (rdar://problem/19781739) Swift SVN r25215