[all-commits] [llvm/llvm-project] d6e617: [clang][modules] NFCI: Use `DirectoryEntryRef` for...
Jan Svoboda via All-commits
all-commits at lists.llvm.org
Fri May 26 15:30:43 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d6e617c8efab582121e0a0a9d539652bdfd544da
https://github.com/llvm/llvm-project/commit/d6e617c8efab582121e0a0a9d539652bdfd544da
Author: Jan Svoboda <jan_svoboda at apple.com>
Date: 2023-05-26 (Fri, 26 May 2023)
Changed paths:
M clang/include/clang/Basic/Module.h
M clang/include/clang/Lex/ModuleMap.h
M clang/lib/Basic/Module.cpp
M clang/lib/Lex/ModuleMap.cpp
M clang/lib/Lex/PPLexerChange.cpp
M clang/lib/Serialization/ASTReader.cpp
Log Message:
-----------
[clang][modules] NFCI: Use `DirectoryEntryRef` for umbrella directory
This removes some deprecated uses of `DirectoryEntry::getName()`.
Depends on D151581.
Differential Revision: https://reviews.llvm.org/D151584
More information about the All-commits
mailing list