mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Remove vestiges of "-diagnose-generic-extensions".
We're not going to require the type parameters to be redeclared on extensions of generic types, so take away the staging option and diagnostic. Swift SVN r26854
This commit is contained in:
@@ -630,9 +630,6 @@ static bool ParseLangArgs(LangOptions &Opts, ArgList &Args,
|
||||
Opts.DebugConstraintSolver |= Args.hasArg(OPT_debug_constraints);
|
||||
Opts.DebugGenericSignatures |= Args.hasArg(OPT_debug_generic_signatures);
|
||||
|
||||
Opts.DiagnoseGenericExtensions
|
||||
|= Args.hasArg(OPT_diagnose_generic_extensions);
|
||||
|
||||
Opts.DebuggerSupport |= Args.hasArg(OPT_debugger_support);
|
||||
if (Opts.DebuggerSupport)
|
||||
Opts.EnableDollarIdentifiers = true;
|
||||
|
||||
Reference in New Issue
Block a user