Commits

Joe Groff committed 78491237e22
Sema: Base whether the base of a property lookup needs to be 'inout' on whether any of its accessors is mutating. Instead of relying on the reference semantics of the base to make this decision, look at the getter and setter to see if either is mutating to decide whether the base of a property lookup should be inout. This should be the final fix for rdar://problem/21578832. Swift SVN r30887