[clang] Deprecate `DirectoryEntry::getName()`
authorJan Svoboda <jan_svoboda@apple.com>
Thu, 15 Jun 2023 09:22:48 +0000 (11:22 +0200)
committerJan Svoboda <jan_svoboda@apple.com>
Thu, 15 Jun 2023 10:14:41 +0000 (12:14 +0200)
commit462bda1d562acc5a907eafe0afeb79556101c65d
tree1b013d59af886d94428f881cf69aa98eef3172e1
parent672b35d55482b40e7a144713b2a9a3df37751458
[clang] Deprecate `DirectoryEntry::getName()`

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.

Reviewed By: benlangmuir

Differential Revision: https://reviews.llvm.org/D151927
clang/include/clang/Basic/DirectoryEntry.h