================
@@ -1858,7 +2020,7 @@ HeaderSearch::parseAndLoadModuleMapFileImpl(FileEntryRef 
File, bool IsSystem,
 
   // Try to load a corresponding private module map.
   if (OptionalFileEntryRef PMMFile =
-          getPrivateModuleMap(File, FileMgr, Diags, !ParsedModuleMaps[File])) {
+          getPrivateModuleMap(File, FileMgr, Diags, false)) {
----------------
jansvoboda11 wrote:

Why are we disabling `Diagnose` here?

https://github.com/llvm/llvm-project/pull/181916
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to