mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Add an -enable-optional-lvalues flag to stage in optional lvalues.
Swift SVN r20138
This commit is contained in:
@@ -555,6 +555,8 @@ static bool ParseLangArgs(LangOptions &Opts, ArgList &Args,
|
||||
|
||||
Opts.EnableDynamic |= Args.hasArg(OPT_enable_dynamic);
|
||||
|
||||
Opts.EnableOptionalLValues |= Args.hasArg(OPT_enable_optional_lvalues);
|
||||
|
||||
Opts.DebugConstraintSolver |= Args.hasArg(OPT_debug_constraints);
|
||||
|
||||
Opts.DebuggerSupport |= Args.hasArg(OPT_debugger_support);
|
||||
|
||||
Reference in New Issue
Block a user