mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[AST] Explicitly track things marked __owned.
This commit is contained in:
@@ -2090,6 +2090,7 @@ getActualVarDeclSpecifier(serialization::VarDeclSpecifier raw) {
|
||||
CASE(Var)
|
||||
CASE(InOut)
|
||||
CASE(Shared)
|
||||
CASE(Owned)
|
||||
}
|
||||
#undef CASE
|
||||
return None;
|
||||
@@ -4055,6 +4056,7 @@ getActualValueOwnership(serialization::ValueOwnership raw) {
|
||||
CASE(Default)
|
||||
CASE(InOut)
|
||||
CASE(Shared)
|
||||
CASE(Owned)
|
||||
#undef CASE
|
||||
}
|
||||
return None;
|
||||
|
||||
Reference in New Issue
Block a user