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 218f33e commit ba66d4aCopy full SHA for ba66d4a
include/swift/SIL/OwnershipUtils.h
@@ -79,8 +79,7 @@ inline bool isForwardingConsume(SILValue value) {
79
}
80
81
/// Find leaf "use points" of \p guaranteedValue that determine its lifetime
82
-/// requirement. If \p usePoints is nullptr, then the simply returns true if no
83
-/// PointerEscape use was found.
+/// requirement. Return true if no PointerEscape use was found.
84
///
85
/// Precondition: \p guaranteedValue is not a BorrowedValue.
86
0 commit comments