================
@@ -780,11 +780,16 @@ std::unique_ptr<ASTUnit> ASTUnit::LoadFromASTFile(
DisableValidationForModuleKind::None;
if (::getenv("LIBCLANG_DISABLE_PCH_VALIDATION"))
disableValid = DisableValidationForModuleKind::All;
+ bool ValidateASTInputFilesContent = HSOpts.ValidateASTInputFilesContent;
----------------
steakhal wrote:
Given the length of this option, it makes me wonder if we should just inline
this.
https://github.com/llvm/llvm-project/pull/196298
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits