Merge pull request #40269 from AnthonyLatsis/assoc-inference-system

AssociatedTypeInference: Initial refactoring of abstract type witness inference
This commit is contained in:
Anthony Latsis
2022-02-20 15:51:58 +03:00
committed by GitHub
13 changed files with 1446 additions and 279 deletions

View File

@@ -959,6 +959,8 @@ static bool ParseLangArgs(LangOptions &Opts, ArgList &Args,
}
}
Opts.DumpTypeWitnessSystems = Args.hasArg(OPT_dump_type_witness_systems);
return HadError || UnsupportedOS || UnsupportedArch;
}