[PATCH] D103930: [clang][HeaderSearch] Fix implicit module when using header maps
Bruno Cardoso Lopes via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Jun 17 14:33:13 PDT 2021
bruno added a comment.
@dexonsmith and @jansvoboda11 thanks for the fast reply and the extra testing.
================
Comment at: clang/lib/Lex/HeaderSearch.cpp:421
+ auto FixupSearchPathAndFindUsableModule =
+ [&](auto file) -> Optional<FileEntryRef> {
if (SearchPath) {
----------------
Can you capitalize the first letter in the param?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D103930/new/
https://reviews.llvm.org/D103930
More information about the cfe-commits
mailing list