This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
jansvoboda11 marked an inline comment as done.
Closed by commit rGf43ce5199df3: [clang][lex] NFCI: Use DirectoryEntryRef in
FrameworkCacheEntry (authored by jansvoboda1
jansvoboda11 marked 3 inline comments as done.
jansvoboda11 added inline comments.
Comment at: clang/lib/Lex/HeaderSearch.cpp:607
// If the framework dir doesn't exist, we fail.
auto Dir = FileMgr.getDirectory(FrameworkName);
if (!Dir)
bnbarham wro
bnbarham accepted this revision.
bnbarham added inline comments.
This revision is now accepted and ready to land.
Comment at: clang/lib/Lex/HeaderSearch.cpp:584
// If it is known and in some other directory, fail.
- if (CacheEntry.Directory && CacheEntry.Directory != getFrame
jansvoboda11 created this revision.
jansvoboda11 added reviewers: dexonsmith, bnbarham.
Herald added a project: All.
jansvoboda11 requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
This patch changes the member of `FrameworkCacheEntry` from `c