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.
2 parents 00dbfa1 + 3fc95a0 commit 2f14c43Copy full SHA for 2f14c43
include/swift/SwiftRemoteMirror/SwiftRemoteMirrorTypes.h
@@ -108,9 +108,9 @@ typedef enum swift_layout_kind {
108
109
// References to other objects in the heap.
110
SWIFT_STRONG_REFERENCE,
111
-#define REF_STORAGE(Name, name, NAME) \
112
- SWIFT_##NAME##_REFERENCE,
113
-#include "swift/AST/ReferenceStorage.def"
+ SWIFT_UNOWNED_REFERENCE,
+ SWIFT_WEAK_REFERENCE,
+ SWIFT_UNMANAGED_REFERENCE,
114
115
// Layouts of heap objects. These are only ever returned from
116
// swift_reflection_infoFor{Instance,Metadata}(), and not
0 commit comments