Re-apply "Rename @transparent to @_transparent for now."

This re-applies 90fcbfe9a6. I'll be committing
the corresponding change to Foundation momentarily.
This commit is contained in:
Jordan Rose
2015-11-16 10:08:19 -08:00
parent a05f6c80f6
commit cf8baedee2
69 changed files with 671 additions and 671 deletions

View File

@@ -829,7 +829,7 @@ extension ${Self} : CustomStringConvertible, CustomDebugStringConvertible {
}
extension ${Self} {
@transparent
@_transparent
@warn_unused_result
internal func _cPointerArgs() -> (AnyObject?, Builtin.RawPointer) {
let p = _baseAddressIfContiguous
@@ -1168,7 +1168,7 @@ internal struct _InitializePointer<T> : _PointerFunctionType {
rawMemory.initialize(newValue)
}
@transparent
@_transparent
internal init(_ newValue: T) {
self.newValue = newValue
}