Commits

Chris Lattner committed a961161c0c8
Properly mark the closure parameter to withUnsafeMutablePointers as being @noescape. It doesn't escape the parameter, and callers are passing their @noescape values down to it. This isn't being caught so far due to a bug in the type checker that is about to be fixed.