[PATCH] D102923: [clang][lex] Remark for used header search paths
Jan Svoboda via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri May 28 07:11:13 PDT 2021
jansvoboda11 added a comment.
In D102923#2781386 <https://reviews.llvm.org/D102923#2781386>, @Bigcheese wrote:
> I also wonder how we should handle other things that are found via include paths such as module maps.
That's a good point. The logic for module map lookup is more complex than header lookup, so I'd be keen to tackle that in a follow-up patch.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D102923/new/
https://reviews.llvm.org/D102923
More information about the cfe-commits
mailing list