[PATCH] D120793: [NFC] [C++20] [Modules] Simplify ActOnModuleImport by merging Path and Parition

Chuanqi Xu via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Mar 1 23:21:05 PST 2022


ChuanqiXu created this revision.
ChuanqiXu added reviewers: iains, urnathan.
ChuanqiXu added a project: clang.
Herald added a project: All.
ChuanqiXu requested review of this revision.
Herald added a subscriber: cfe-commits.

The parameter of `Path` and `Partition` of ActOnModuleImport could be merged and the implementation would be simpler.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D120793

Files:
  clang/include/clang/Sema/Sema.h
  clang/lib/Parse/Parser.cpp
  clang/lib/Sema/SemaModule.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D120793.412328.patch
Type: text/x-patch
Size: 6130 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220302/1eb05a00/attachment-0001.bin>


More information about the cfe-commits mailing list