Commits

Joe Groff committed d2030f95ea1
SILGen: Fix bug with generic member lvalues. LValue components can't derive their member types from the type decl because a generic type decl has unbound type vars. Get the type for the MemberRef lvalue component from the expr. Add a RequalifyComponent type because we don't fake the right LValueType qualifiers anymore. Swift SVN r3500