swift
227c4038 - Create two versions (for caller and callee) of the functions that answer

Commit
1 year ago
Create two versions (for caller and callee) of the functions that answer questions about parameter convention Create two versions of the following functions: isConsumedParameter isGuaranteedParameter SILParameterInfo::isConsumed SILParameterInfo::isGuaranteed SILArgumentConvention::isOwnedConvention SILArgumentConvention::isGuaranteedConvention These changes will be needed when we add a new convention for non-trivial C++ types as the functions will return different answers depending on whether they are called for the caller or the callee. This commit doesn't change any functionality.
Author
Committer
Parents
Loading