[clang] [clang][deps] Skip slow `UNHASHED_CONTROL_BLOCK` records (PR #69975)
Ben Langmuir via cfe-commits
cfe-commits at lists.llvm.org
Mon Oct 23 15:22:59 PDT 2023
================
@@ -2944,6 +2944,10 @@ def fno_modules_validate_textual_header_includes :
MarshallingInfoNegativeFlag<LangOpts<"ModulesValidateTextualHeaderIncludes">>,
HelpText<"Do not enforce -fmodules-decluse and private header restrictions for textual headers. "
"This flag will be removed in a future Clang release.">;
+defm modules_skip_diagnostic_options : BoolFOption<"modules-skip-diagnostic-options",
----------------
benlangmuir wrote:
Seems worth having a test, and a (frontend) option seems like the easiest way to do that.
https://github.com/llvm/llvm-project/pull/69975
More information about the cfe-commits
mailing list