We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
SWIFT_IMPORT_UNSAFE
1 parent 9aee3cc commit 3b540ddCopy full SHA for 3b540dd
include/swift/SIL/SILBridging.h
@@ -634,8 +634,8 @@ struct BridgedFunction {
634
};
635
636
SWIFT_NAME("init(obj:)")
637
- SWIFT_IMPORT_UNSAFE BridgedFunction(SwiftObject obj) : obj(obj) {}
638
- SWIFT_IMPORT_UNSAFE BridgedFunction() {}
+ BridgedFunction(SwiftObject obj) : obj(obj) {}
+ BridgedFunction() {}
639
SWIFT_IMPORT_UNSAFE BRIDGED_INLINE swift::SILFunction * _Nonnull getFunction() const;
640
SWIFT_IMPORT_UNSAFE BRIDGED_INLINE BridgedStringRef getName() const;
641
BridgedOwnedString getDebugDescription() const;
0 commit comments