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.
1 parent 0b71280 commit 7e21398Copy full SHA for 7e21398
include/swift/SILOptimizer/OptimizerBridging.h
@@ -254,7 +254,8 @@ struct BridgedPassContext {
254
SWIFT_IMPORT_UNSAFE
255
OptionalBridgedValue constantFoldBuiltin(BridgedInstruction builtin) const;
256
257
- swift::SILVTable *specializeVTableForType(swift::SILType type, BridgedFunction function) const;
+ SWIFT_IMPORT_UNSAFE
258
+ swift::SILVTable * _Nullable specializeVTableForType(swift::SILType type, BridgedFunction function) const;
259
260
bool specializeClassMethodInst(BridgedInstruction cm) const;
261
0 commit comments