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 5928958 commit 665505bCopy full SHA for 665505b
include/swift/SIL/OwnershipUtils.h
@@ -712,6 +712,9 @@ class InteriorPointerOperandKind {
712
/// object with guaranteed ownership. All transitive address uses of the
713
/// interior pointer must be within the lifetime of the guaranteed lifetime. As
714
/// such, these must be treated as implicit uses of the parent guaranteed value.
715
+///
716
+/// FIXME: This should probably also handle project_box once we support
717
+/// borrowing a box.
718
struct InteriorPointerOperand {
719
Operand *operand;
720
InteriorPointerOperandKind kind;
0 commit comments