Commits

Joe Groff committed f1b97a1eadc
SILGen: Admit inout aliasing of polymorphic properties. A stored property of a class may be overridden by a computed one, and a property requirement may be witnessed by a computed property, but rejecting inout aliasing in these cases isn't very helpful. Only reject cases that are definitely computed and will always behave incorrectly. Fixes rdar://problem/19633414. Swift SVN r24986