mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Rename Specifier::None to Specifier::Owned
This commit is contained in:
@@ -981,7 +981,7 @@ public:
|
||||
SourceLoc SpecifierLoc;
|
||||
|
||||
/// The parsed specifier kind, if present.
|
||||
VarDecl::Specifier SpecifierKind = VarDecl::Specifier::None;
|
||||
VarDecl::Specifier SpecifierKind = VarDecl::Specifier::Owned;
|
||||
|
||||
/// The location of the first name.
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user