mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Merge remote-tracking branch 'origin/main' into rebranch
This commit is contained in:
@@ -247,7 +247,7 @@ OptionalBridgedOperand SILValue_firstUse(BridgedValue value);
|
||||
BridgedType SILValue_getType(BridgedValue value);
|
||||
BridgedOwnership SILValue_getOwnership(BridgedValue value);
|
||||
|
||||
BridgedStringRef SILType_debugDescription(BridgedType);
|
||||
std::string SILType_debugDescription(BridgedType);
|
||||
SwiftInt SILType_isAddress(BridgedType);
|
||||
SwiftInt SILType_isTrivial(BridgedType, BridgedFunction);
|
||||
SwiftInt SILType_isReferenceCounted(BridgedType type, BridgedFunction);
|
||||
|
||||
Reference in New Issue
Block a user