This is an archive of the discontinued LLVM Phabricator instance.

Basic: Split out DirectoryEntry.h, NFC
ClosedPublic

Authored by dexonsmith on Oct 30 2020, 10:32 AM.

Details

Summary

Move DirectoryEntry and DirectoryEntryRef into their own header,
similar to the creation of FileEntry.h. No functionality change here,
just preparing to include it in more places to allow wider adoption of
DirectoryEntryRef without requiring all of FileManager.h.

Diff Detail

Event Timeline

dexonsmith created this revision.Oct 30 2020, 10:32 AM
dexonsmith requested review of this revision.Oct 30 2020, 10:32 AM
arphaman accepted this revision.Nov 2 2020, 3:24 PM
This revision is now accepted and ready to land.Nov 2 2020, 3:24 PM
This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptNov 4 2020, 11:12 AM