[all-commits] [llvm/llvm-project] d1f86c: [clang] NFC: Deprecate `FileEntry::getName()` (#68...

Jan Svoboda via All-commits all-commits at lists.llvm.org
Wed Dec 6 10:46:53 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: d1f86c3d03b7549eb0153c62550ef0f513ff50e8
      https://github.com/llvm/llvm-project/commit/d1f86c3d03b7549eb0153c62550ef0f513ff50e8
  Author: Jan Svoboda <jan_svoboda at apple.com>
  Date:   2023-12-06 (Wed, 06 Dec 2023)

  Changed paths:
    M clang/include/clang/Basic/FileEntry.h
    M clang/unittests/Basic/FileManagerTest.cpp
    M llvm/include/llvm/Support/Compiler.h

  Log Message:
  -----------
  [clang] NFC: Deprecate `FileEntry::getName()` (#68157)

All uses of `FileEntry::getName()` were removed in favor of
`FileEntryRef::getName()`. This patch finally formally deprecates that
function. The plan is to remove it entirely in the main branch after we
cut the release branch for LLVM 18.




More information about the All-commits mailing list