[PATCH] D120793: [NFC] [C++20] [Modules] Simplify ActOnModuleImport by merging Path and Parition
Iain Sandoe via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Mar 2 00:01:50 PST 2022
iains added inline comments.
================
Comment at: clang/lib/Sema/SemaModule.cpp:415
+ return ActOnModuleImport(StartLoc, ExportLoc, ImportLoc, Mod, Path);
}
----------------
it looks like there is an extra blank line before the closing brace..
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D120793/new/
https://reviews.llvm.org/D120793
More information about the cfe-commits
mailing list