mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Use @inout result convention for mutate accessors
This commit is contained in:
@@ -5526,6 +5526,7 @@ static uint8_t getRawStableResultConvention(swift::ResultConvention rc) {
|
||||
SIMPLE_CASE(ResultConvention, Pack)
|
||||
SIMPLE_CASE(ResultConvention, GuaranteedAddress)
|
||||
SIMPLE_CASE(ResultConvention, Guaranteed)
|
||||
SIMPLE_CASE(ResultConvention, Inout)
|
||||
}
|
||||
llvm_unreachable("bad result convention kind");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user