Commits

Chris Lattner committed 8cf927dff85
fix <rdar://problem/22436880> Function accepting UnsafeMutablePointer is able to change value of immutable value By changing DI to treat AddressToPointer as being equivalent to an inout use instead of an escape point. The functional difference is that DI now enforces that the escaping value be mutable, which rejects 'let' values. Swift SVN r31658