[all-commits] [llvm/llvm-project] b092f4: [clang] Use `FileEntryRef` in modular header searc...

Jan Svoboda via All-commits all-commits at lists.llvm.org
Thu Jun 1 10:38:23 PDT 2023


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

  Changed paths:
    M clang/include/clang/Lex/HeaderSearch.h
    M clang/include/clang/Lex/ModuleMap.h
    M clang/lib/Lex/HeaderSearch.cpp
    M clang/lib/Lex/ModuleMap.cpp
    M clang/tools/libclang/CIndex.cpp

  Log Message:
  -----------
  [clang] Use `FileEntryRef` in modular header search (part 1/2)

This patch removes some deprecated uses of `{File,Directory}Entry::getName()`. No functional change indended.

Depends on D151853.

Reviewed By: benlangmuir

Differential Revision: https://reviews.llvm.org/D151854




More information about the All-commits mailing list