Merge pull request #38915 from hamishknight/refactor-evaluate-print-loop

[test] Use %refactor-check-compiles in more places
This commit is contained in:
Hamish Knight
2021-08-19 13:21:08 +01:00
committed by GitHub
13 changed files with 1685 additions and 1585 deletions

View File

@@ -467,6 +467,8 @@ static bool ParseLangArgs(LangOptions &Opts, ArgList &Args,
Opts.WarnOnPotentiallyUnavailableEnumCase |=
Args.hasArg(OPT_warn_on_potentially_unavailable_enum_case);
Opts.WarnOnEditorPlaceholder |= Args.hasArg(OPT_warn_on_editor_placeholder);
if (auto A = Args.getLastArg(OPT_enable_access_control,
OPT_disable_access_control)) {
Opts.EnableAccessControl