mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[NFC] Pass full convention printing boolean for types etc.
When -experimental-print-full-convention is set, we should be printing the full convention in diagnostics, doc comments etc.
This commit is contained in:
@@ -770,6 +770,9 @@ static bool ParseTypeCheckerArgs(TypeCheckerOptions &Opts, ArgList &Args,
|
||||
Opts.EnableOneWayClosureParameters |=
|
||||
Args.hasArg(OPT_experimental_one_way_closure_params);
|
||||
|
||||
Opts.PrintFullConvention |=
|
||||
Args.hasArg(OPT_experimental_print_full_convention);
|
||||
|
||||
Opts.DebugConstraintSolver |= Args.hasArg(OPT_debug_constraints);
|
||||
Opts.DebugGenericSignatures |= Args.hasArg(OPT_debug_generic_signatures);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user