Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Please use
GitHub pull requests
for new patches.
Phabricator shutdown timeline
Paths
Table of Contents
t
Hide Panel
f
Keyboard Reference
?
Differential
D151922
[clang] NFC: Use `DirectoryEntryRef` in `FileManager::getCanonicalName()`
Closed
Public
Actions
Authored by
jansvoboda11
on Jun 1 2023, 1:14 PM.
Edit Revision
Update Diff
Download Raw Diff
Edit Related Revisions...
Edit Parent Revisions
Edit Child Revisions
Edit Related Objects...
Edit Commits
Subscribe
Mute Notifications
Award Token
Flag For Later
Tags
Restricted Project
Restricted Project
Restricted Project
Subscribers
arphaman
cfe-commits
kadircet
ributzka
Details
Reviewers
benlangmuir
bnbarham
Commits
rG1dee56aed735: [clang] NFC: Use `DirectoryEntryRef` in `FileManager::getCanonicalName()`
Summary
This patch removes the last use of deprecated
DirectoryEntry::getName()
.
Depends on
D151855
.
Diff Detail
Repository
rG LLVM Github Monorepo
Event Timeline
jansvoboda11
created this revision.
Jun 1 2023, 1:14 PM
Herald
added a project:
Restricted Project
.
·
View Herald Transcript
Jun 1 2023, 1:14 PM
Herald
added subscribers:
ributzka
,
kadircet
,
arphaman
.
·
View Herald Transcript
jansvoboda11
requested review of this revision.
Jun 1 2023, 1:14 PM
Herald
added projects:
Restricted Project
,
Restricted Project
.
·
View Herald Transcript
Jun 1 2023, 1:14 PM
Herald
added a subscriber:
cfe-commits
.
·
View Herald Transcript
jansvoboda11
edited the summary of this revision.
(Show Details)
Jun 1 2023, 1:15 PM
jansvoboda11
added a parent revision:
D151854: [clang] Use `FileEntryRef` in modular header search (part 1/2)
.
jansvoboda11
edited the summary of this revision.
(Show Details)
jansvoboda11
added a parent revision:
D151855: [clang] Use `{File,Directory}EntryRef` in modular header search (part 2/2)
.
jansvoboda11
removed a parent revision:
D151854: [clang] Use `FileEntryRef` in modular header search (part 1/2)
.
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
jansvoboda11
added a child revision:
D151927: [clang] Deprecate `DirectoryEntry::getName()`
.
Jun 1 2023, 1:34 PM
Harbormaster
completed remote builds in
B235958: Diff 527582
.
Jun 1 2023, 6:49 PM
Closed by commit
rG1dee56aed735: [clang] NFC: Use `DirectoryEntryRef` in `FileManager::getCanonicalName()`
(authored by
jansvoboda11
).
·
Explain Why
Jun 15 2023, 2:22 AM
This revision was automatically updated to reflect the committed changes.
jansvoboda11
added a commit:
rG1dee56aed735: [clang] NFC: Use `DirectoryEntryRef` in `FileManager::getCanonicalName()`
.