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:
@@ -160,6 +160,10 @@ public:
|
||||
return visit(T->getBase());
|
||||
}
|
||||
|
||||
FoundResult visitOwnedTypeRepr(OwnedTypeRepr *T) {
|
||||
return visit(T->getBase());
|
||||
}
|
||||
|
||||
FoundResult visitArrayTypeRepr(ArrayTypeRepr *T) {
|
||||
return handleParent(T, T->getBase());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user