This is an archive of the discontinued LLVM Phabricator instance.

[clang] NFCI: Use FileEntryRef in FileManagerTest
ClosedPublic

Authored by jansvoboda11 on Apr 14 2022, 2:01 AM.

Details

Summary

This patch removes use of the deprecated {File,Directory}Entry::getName() from FileManager unit tests by using {File,Directory}EntryRef instead.

Diff Detail

Event Timeline

jansvoboda11 created this revision.Apr 14 2022, 2:01 AM
Herald added a project: Restricted Project. · View Herald TranscriptApr 14 2022, 2:01 AM
jansvoboda11 requested review of this revision.Apr 14 2022, 2:01 AM
Herald added a project: Restricted Project. · View Herald TranscriptApr 14 2022, 2:01 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript
bnbarham accepted this revision.Apr 14 2022, 9:42 AM
This revision is now accepted and ready to land.Apr 14 2022, 9:42 AM
This revision was landed with ongoing or failed builds.Apr 15 2022, 6:16 AM
This revision was automatically updated to reflect the committed changes.