mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Merge remote-tracking branch 'origin/main' into next
This commit is contained in:
@@ -438,17 +438,9 @@ static bool ParseLangArgs(LangOptions &Opts, ArgList &Args,
|
||||
Opts.VerifySyntaxTree = true;
|
||||
}
|
||||
|
||||
Opts.EnableTypeFingerprints =
|
||||
Args.hasFlag(options::OPT_enable_type_fingerprints,
|
||||
options::OPT_disable_type_fingerprints,
|
||||
LangOptions().EnableTypeFingerprints);
|
||||
|
||||
if (Args.hasArg(OPT_emit_fine_grained_dependency_sourcefile_dot_files))
|
||||
Opts.EmitFineGrainedDependencySourcefileDotFiles = true;
|
||||
|
||||
if (Args.hasArg(OPT_fine_grained_dependency_include_intrafile))
|
||||
Opts.FineGrainedDependenciesIncludeIntrafileOnes = true;
|
||||
|
||||
if (Args.hasArg(OPT_enable_experimental_additive_arithmetic_derivation))
|
||||
Opts.EnableExperimentalAdditiveArithmeticDerivedConformances = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user