[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
Wed Mar 2 07:03:14 PST 2022
ChuanqiXu added inline comments.
================
Comment at: clang/lib/Sema/SemaModule.cpp:415
+ return ActOnModuleImport(StartLoc, ExportLoc, ImportLoc, Mod, Path);
}
----------------
iains wrote:
> it looks like there is an extra blank line before the closing brace..
No, it isn't. It shows by the review page.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D120793/new/
https://reviews.llvm.org/D120793
More information about the cfe-commits
mailing list