[clang] [clang][modules] Lazily load by name lookups in module maps (PR #132853)

Michael Spencer via cfe-commits cfe-commits at lists.llvm.org
Tue Mar 25 11:18:11 PDT 2025


================
@@ -1801,6 +1801,33 @@ HeaderSearch::loadModuleMapFileImpl(FileEntryRef File, bool IsSystem,
   return LMM_NewlyLoaded;
 }
 
+HeaderSearch::LoadModuleMapResult
+HeaderSearch::parseModuleMapFileImpl(FileEntryRef File, bool IsSystem,
----------------
Bigcheese wrote:

https://github.com/llvm/llvm-project/pull/132970

https://github.com/llvm/llvm-project/pull/132853


More information about the cfe-commits mailing list