[PATCH] D142113: [clang][nfc] refactor Module::Header to use OptionalFileEntryRef
Richard Howell via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Jan 19 06:52:53 PST 2023
rmaz created this revision.
Herald added a subscriber: ChuanqiXu.
Herald added a project: All.
rmaz requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
Refactor the `Module::Header` class to use an `OptionalFileEntryRef`
instead of a `FileEntry*`.
This is mostly based on https://reviews.llvm.org/D90497
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D142113
Files:
clang/include/clang/Basic/Module.h
clang/include/clang/Lex/ModuleMap.h
clang/lib/Frontend/FrontendAction.cpp
clang/lib/Lex/ModuleMap.cpp
clang/lib/Sema/SemaModule.cpp
clang/lib/Serialization/ASTReader.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D142113.490500.patch
Type: text/x-patch
Size: 7541 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20230119/6a01106d/attachment-0001.bin>
More information about the cfe-commits
mailing list