mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
_SwiftifyImport doesn't know how to handle AutoreleasingUnsafeMutablePointer, so we should not attach any .countedBy information for pointers that are imported as this type. This also adds defensive checks against adding .countedBy to any pointer type that _SwiftifyImport doesn't know how to transform. rdar://151479521
5 lines
72 B
Plaintext
5 lines
72 B
Plaintext
module NoSwiftifyClang {
|
|
header "objc-no-swiftify.h"
|
|
export *
|
|
}
|