[all-commits] [llvm/llvm-project] 462bda: [clang] Deprecate `DirectoryEntry::getName()`

Jan Svoboda via All-commits all-commits at lists.llvm.org
Thu Jun 15 03:16:59 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 462bda1d562acc5a907eafe0afeb79556101c65d
      https://github.com/llvm/llvm-project/commit/462bda1d562acc5a907eafe0afeb79556101c65d
  Author: Jan Svoboda <jan_svoboda at apple.com>
  Date:   2023-06-15 (Thu, 15 Jun 2023)

  Changed paths:
    M clang/include/clang/Basic/DirectoryEntry.h

  Log Message:
  -----------
  [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




More information about the All-commits mailing list