mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Add memory lifetime verification support for borrow accessors
This commit is contained in:
@@ -3155,6 +3155,10 @@ public:
|
||||
return getSubstCalleeConv().hasGuaranteedResult();
|
||||
}
|
||||
|
||||
bool hasGuaranteedAddressResult() const {
|
||||
return getSubstCalleeConv().hasGuaranteedAddressResult();
|
||||
}
|
||||
|
||||
bool hasAddressResult() const {
|
||||
return getSubstCalleeConv().hasAddressResult();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user