================ @@ -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", ---------------- jansvoboda11 wrote:
I did cherry-pick `-fmodules-skip-diagnostic-options`, since that's needed downstream and I wanted to keep things aligned upstream. There's no such need for header search paths flag, but if we want to test the behavior, I'm happy to add that. WDYT? https://github.com/llvm/llvm-project/pull/69975 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits