[clang] NFC: Use `DirectoryEntryRef` in `FileManager::getCanonicalName()`
authorJan Svoboda <jan_svoboda@apple.com>
Thu, 15 Jun 2023 09:09:02 +0000 (11:09 +0200)
committerJan Svoboda <jan_svoboda@apple.com>
Thu, 15 Jun 2023 09:22:31 +0000 (11:22 +0200)
commit1dee56aed7357ad87e7b30316554b760c75d5779
treec714be55632a5eceb4001f3d9ecbbcf24df9cfee
parent7bca6f452f53a4a8d31a56b480e5b9fbaabad4fb
[clang] NFC: Use `DirectoryEntryRef` in `FileManager::getCanonicalName()`

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

Depends on D151855.

Reviewed By: benlangmuir

Differential Revision: https://reviews.llvm.org/D151922
clang-tools-extra/clang-move/Move.cpp
clang-tools-extra/clangd/SourceCode.cpp
clang/include/clang/Basic/FileManager.h
clang/lib/Basic/FileManager.cpp
clang/lib/Lex/ModuleMap.cpp