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 37acd57 commit ed9283eCopy full SHA for ed9283e
SwiftCompilerSources/Sources/SIL/ApplySite.swift
@@ -72,6 +72,7 @@ public struct ApplyOperandConventions : Collection {
72
calleeArgumentIndex(ofOperandIndex: operandIndex)!]
73
}
74
75
+ // If the specified parameter is a dependency target, return its dependency sources.
76
public subscript(parameterDependencies operandIndex: Int)
77
-> FunctionConvention.LifetimeDependencies? {
78
return calleeArgumentConventions[parameterDependencies:
0 commit comments