[PATCH] D117830: [HeaderSearch] Track framework name in LookupFile

Cyndy Ishida via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Jan 24 16:32:22 PST 2022


cishida accepted this revision.
cishida added a comment.
This revision is now accepted and ready to land.

I followed up about this approach with folks more familiar with SourceKit and seems fine, so LGTM. I'd wait a day to see if Jan has any concerns.



================
Comment at: clang/lib/Lex/HeaderSearch.cpp:1043
 
     // If this file is found in a header map and uses the framework style of
     // includes, then this header is part of a framework we're building.
----------------
sammccall wrote:
> The comment here explicitly say "in a header map and". Unfortunately it doesn't say why, and I don't know enough to guess.
nit/reminder: This should be updated now 


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