[all-commits] [llvm/llvm-project] ba118f: [clang] NFCI: Use DirectoryEntryRef in FrontendAct...
Jan Svoboda via All-commits
all-commits at lists.llvm.org
Wed Apr 20 09:55:27 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ba118f30676d44025885f422e29fe853a84495f8
https://github.com/llvm/llvm-project/commit/ba118f30676d44025885f422e29fe853a84495f8
Author: Jan Svoboda <jan_svoboda at apple.com>
Date: 2022-04-20 (Wed, 20 Apr 2022)
Changed paths:
M clang/lib/Frontend/FrontendAction.cpp
Log Message:
-----------
[clang] NFCI: Use DirectoryEntryRef in FrontendAction::BeginSourceFile()
This patch removes use of the deprecated `DirectoryEntry::getName()` from `FrontendAction::BeginSourceFile()`.
Reviewed By: bnbarham
Differential Revision: https://reviews.llvm.org/D123853
More information about the All-commits
mailing list