mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Merge pull request #82506 from slavapestov/warn-long-expression-type-checking
Sema: Fix the -warn-long-expression-type-checking flag
This commit is contained in:
@@ -1945,7 +1945,7 @@ static bool ParseTypeCheckerArgs(TypeCheckerOptions &Opts, ArgList &Args,
|
||||
Opts.SwitchCheckingInvocationThreshold);
|
||||
setUnsignedIntegerArgument(OPT_debug_constraints_attempt,
|
||||
Opts.DebugConstraintSolverAttempt);
|
||||
setUnsignedIntegerArgument(OPT_solver_memory_threshold,
|
||||
setUnsignedIntegerArgument(OPT_solver_memory_threshold_EQ,
|
||||
Opts.SolverMemoryThreshold);
|
||||
setUnsignedIntegerArgument(OPT_solver_scope_threshold_EQ,
|
||||
Opts.SolverScopeThreshold);
|
||||
|
||||
Reference in New Issue
Block a user