This patch changes the member of FrameworkCacheEntry from const DirectoryEntry * to Optional<DirectoryEntryRef> in order to remove uses of the deprecated DirectoryEntry::getName().
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
clang/lib/Lex/HeaderSearch.cpp | ||
---|---|---|
608 | I don't see a Dir->getName() call in this function, so I think we're fine just leaving this as const DirectoryEntry *. |