mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[Feature] Rename Feature APIs from adoption to migration
This commit is contained in:
@@ -51,8 +51,8 @@ void swift::PrintTo(const LangOptions::FeatureState::Kind &value,
|
||||
case LangOptions::FeatureState::Kind::Off:
|
||||
*os << "Off";
|
||||
break;
|
||||
case LangOptions::FeatureState::Kind::EnabledForAdoption:
|
||||
*os << "EnabledForAdoption";
|
||||
case LangOptions::FeatureState::Kind::EnabledForMigration:
|
||||
*os << "EnabledForMigration";
|
||||
break;
|
||||
case LangOptions::FeatureState::Kind::Enabled:
|
||||
*os << "Enabled";
|
||||
|
||||
Reference in New Issue
Block a user