This is an archive of the discontinued LLVM Phabricator instance.

[clang] NFC: Use `DirectoryEntryRef` in `FileManager::getCanonicalName()`
ClosedPublic

Authored by jansvoboda11 on Jun 1 2023, 1:14 PM.

Details

Summary

This patch removes the last use of deprecated DirectoryEntry::getName().

Depends on D151855.

Diff Detail

Event Timeline

jansvoboda11 created this revision.Jun 1 2023, 1:14 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 1 2023, 1:14 PM
jansvoboda11 requested review of this revision.Jun 1 2023, 1:14 PM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptJun 1 2023, 1:14 PM
Herald added a subscriber: cfe-commits. · View Herald Transcript
benlangmuir accepted this revision.Jun 1 2023, 1:18 PM
This revision is now accepted and ready to land.Jun 1 2023, 1:18 PM