Commits

Chris Lattner committed 847cc6b7390
add some more testcases, have sema reject (with a poor QoI error) invalid code where a mutating getter is used on an rvalue. This previously crashed silgen because the rvalue has no address to pass @inout. Swift SVN r11887