Commits

Chris Lattner committed a63be908283
fix compiler_crashers/28219-swift-lvaluetype-get.swift Not all types are l-valuable, notably InoutType's. This seems like a weird restriction to put in the type checker, but it is the cleanest solution to this. The better solution would be to change how inoutexpr/inouttype are represented completely... maybe someday.