[PATCH] D150478: [clang][modules][deps] Parse "FW_Private" module map even after loading "FW" PCM
Jan Svoboda via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri May 12 13:44:34 PDT 2023
jansvoboda11 added inline comments.
================
Comment at: clang/lib/Lex/HeaderSearch.cpp:1787
case LMM_NoDirectory:
return nullptr;
----------------
We should probably `break` for `LMM_AlreadyLoaded` instead of returning null.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D150478/new/
https://reviews.llvm.org/D150478
More information about the cfe-commits
mailing list