This is an archive of the discontinued LLVM Phabricator instance.

[clang] Deprecate `DirectoryEntry::getName()`
ClosedPublic

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

Details

Summary

This finally officially deprecates DirectoryEntry::getName(). I checked no usages remain in targets built by any of check-clang, check-clang-tools, check-clang-extra. There are probably some remaining usages in places like LLDB and other clients. This will give them a chance to transition to DirectoryEntryRef::getName() before we remove the function altogether.

Depends on D151922.

Diff Detail

Event Timeline

jansvoboda11 created this revision.Jun 1 2023, 1:34 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 1 2023, 1:34 PM
Herald added a subscriber: ributzka. · View Herald Transcript
jansvoboda11 requested review of this revision.Jun 1 2023, 1:34 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 1 2023, 1:34 PM
Herald added a subscriber: cfe-commits. · View Herald Transcript
jansvoboda11 edited the summary of this revision. (Show Details)Jun 1 2023, 1:37 PM
benlangmuir accepted this revision.Jun 1 2023, 1:38 PM
This revision is now accepted and ready to land.Jun 1 2023, 1:38 PM
This revision was landed with ongoing or failed builds.Jun 15 2023, 3:16 AM
This revision was automatically updated to reflect the committed changes.