Commits

Dmitri Gribenko committed 339c7a99dc8
Remove no-argument initializers from unsafe pointer types The preferred way to create a nil pointer is to use the 'nil' literal. Affected types: AutoreleasingUnsafeMutablePointer OpaquePointer UnsafeMutablePointer UnsafePointer