[all-commits] [llvm/llvm-project] 20edfa: [clang] NFCI: Use `DirectoryEntryRef` in `ASTWriter`

Jan Svoboda via All-commits all-commits at lists.llvm.org
Wed May 31 14:54:56 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 20edfaeef7c55bc6ef320ffe1dcb82b88583c92c
      https://github.com/llvm/llvm-project/commit/20edfaeef7c55bc6ef320ffe1dcb82b88583c92c
  Author: Jan Svoboda <jan_svoboda at apple.com>
  Date:   2023-05-31 (Wed, 31 May 2023)

  Changed paths:
    M clang/lib/Serialization/ASTWriter.cpp

  Log Message:
  -----------
  [clang] NFCI: Use `DirectoryEntryRef` in `ASTWriter`

This removes the call to deprecated `DirectoryEntry::getName()`.


  Commit: 6587d9d87a58b08e86484ab25a121c3bfeb68949
      https://github.com/llvm/llvm-project/commit/6587d9d87a58b08e86484ab25a121c3bfeb68949
  Author: Jan Svoboda <jan_svoboda at apple.com>
  Date:   2023-05-31 (Wed, 31 May 2023)

  Changed paths:
    M clang/include/clang/Lex/ModuleMap.h
    M clang/lib/Lex/InitHeaderSearch.cpp

  Log Message:
  -----------
  [clang] NFCI: Use `DirectoryEntryRef` for `ModuleMap::BuiltinIncludeDir`

This removes some uses of the deprecated `DirectoryEntry::getName()`.


  Commit: 54e47724cfbf12dce05412c5b127ae311066afb3
      https://github.com/llvm/llvm-project/commit/54e47724cfbf12dce05412c5b127ae311066afb3
  Author: Jan Svoboda <jan_svoboda at apple.com>
  Date:   2023-05-31 (Wed, 31 May 2023)

  Changed paths:
    M clang/lib/Frontend/PrecompiledPreamble.cpp

  Log Message:
  -----------
  [clang] NFCI: Use `DirectoryEntryRef` in `PrecompiledPreamble`

This removes some uses of the deprecated `DirectoryEntry::getName()`.


Compare: https://github.com/llvm/llvm-project/compare/7de43526e3cc...54e47724cfbf


More information about the All-commits mailing list