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:
@@ -1005,7 +1005,7 @@ public:
|
||||
SourceLoc SpecifierLoc;
|
||||
|
||||
/// The parsed specifier kind, if present.
|
||||
VarDecl::Specifier SpecifierKind = VarDecl::Specifier::Owned;
|
||||
VarDecl::Specifier SpecifierKind = VarDecl::Specifier::Default;
|
||||
|
||||
/// The location of the first name.
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user