[all-commits] [llvm/llvm-project] b4f4fc: ASTImporter: Migrate to the FileEntryRef overload ...
Duncan P. N. Exon Smith via All-commits
all-commits at lists.llvm.org
Fri Dec 4 14:49:31 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: b4f4fc6872fbe4e296d3270d297a0e4afbda6670
https://github.com/llvm/llvm-project/commit/b4f4fc6872fbe4e296d3270d297a0e4afbda6670
Author: Duncan P. N. Exon Smith <dexonsmith at apple.com>
Date: 2020-12-04 (Fri, 04 Dec 2020)
Changed paths:
M clang/lib/AST/ASTImporter.cpp
Log Message:
-----------
ASTImporter: Migrate to the FileEntryRef overload of SourceManager::createFileID, NFC
Migrate `ASTImporter::Import` over to using the `FileEntryRef` overload
of `SourceManager::createFileID`. No functionality change here.
Differential Revision: https://reviews.llvm.org/D92529
More information about the All-commits
mailing list