mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Remove the "-disable-self-type-mangling" flag and corresponding language option
NFC
This commit is contained in:
@@ -705,9 +705,6 @@ static bool ParseLangArgs(LangOptions &Opts, ArgList &Args,
|
||||
Opts.EnableExperimentalPatterns |=
|
||||
Args.hasArg(OPT_enable_experimental_patterns);
|
||||
|
||||
Opts.DisableSelfTypeMangling |=
|
||||
Args.hasArg(OPT_disable_self_type_mangling);
|
||||
|
||||
Opts.EnableResilience = false;
|
||||
if (auto A = Args.getLastArg(OPT_enable_resilience,
|
||||
OPT_disable_resilience)) {
|
||||
|
||||
Reference in New Issue
Block a user