[clang] [clang][modulemap] Lazily load module maps by header name (PR #181916)
Jan Svoboda via cfe-commits
cfe-commits at lists.llvm.org
Wed Feb 18 14:04:43 PST 2026
================
@@ -435,6 +435,18 @@ class ModuleMap {
KnownHeader findModuleForHeader(FileEntryRef File, bool AllowTextual = false,
bool AllowExcluded = false);
+ /// Find the FileEntry for a header in a module as if it was written in the
----------------
jansvoboda11 wrote:
```suggestion
/// Find the FileEntry for an umbrella header in a module as if it was written in the
```
https://github.com/llvm/llvm-project/pull/181916
More information about the cfe-commits
mailing list