[PATCH] D151931: [clang] Remove `DirectoryEntry::getName()`

2023-06-01 Thread Jan Svoboda via Phabricator via cfe-commits
jansvoboda11 added a comment. Yes, I'd like to get the deprecation (and fixes in other LLVM sub-projects) into `main` ASAP and then land this patch after the branch for the 17 release is cut. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D151931/ne

[PATCH] D151931: [clang] Remove `DirectoryEntry::getName()`

2023-06-01 Thread Ben Langmuir via Phabricator via cfe-commits
benlangmuir added a comment. Given this was a commonly used function before and there's a decent chance it's used out of tree somewhere, should we wait until the next llvm release branch has been cut before landing this? Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https:

[PATCH] D151931: [clang] Remove `DirectoryEntry::getName()`

2023-06-01 Thread Jan Svoboda via Phabricator via cfe-commits
jansvoboda11 created this revision. jansvoboda11 added reviewers: benlangmuir, bnbarham. Herald added a subscriber: ributzka. Herald added a project: All. jansvoboda11 requested review of this revision. Herald added a project: clang. Herald added a subscriber: cfe-commits. This patch finally remov