[PATCH] D117830: [HeaderSearch] Track framework name in LookupFile
Cyndy Ishida via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Jan 24 13:13:31 PST 2022
cishida added a comment.
My understanding for the header map restriction is because headermaps are generally emitted once for a framework build and only consumed to build such framework and this struct information is only queried during this.
It sounds like for the clangd support, you're not as interested in what framework is being built, but the name of the framework when included via framework style in any context. Is that correct? It seems fine to extend its use cases. @jansvoboda11 What do you think?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D117830/new/
https://reviews.llvm.org/D117830
More information about the cfe-commits
mailing list