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 d5e3b4b commit b0e0408Copy full SHA for b0e0408
include/swift/SIL/SILBridging.h
@@ -1081,7 +1081,7 @@ struct BridgedSuccessorArray {
1081
};
1082
1083
struct BridgedDeclRef {
1084
- uint64_t storage[3];
+ uint64_t storage[4];
1085
1086
#ifdef USED_IN_CPP_SOURCE
1087
BridgedDeclRef(swift::SILDeclRef declRef) {
@@ -1098,7 +1098,7 @@ struct BridgedDeclRef {
1098
1099
1100
struct BridgedVTableEntry {
1101
- uint64_t storage[5];
+ uint64_t storage[6];
1102
1103
enum class Kind {
1104
Normal,
@@ -1146,7 +1146,7 @@ struct OptionalBridgedVTable {
1146
1147
1148
struct BridgedWitnessTableEntry {
1149
1150
1151
1152
invalid,
0 commit comments