[PATCH] D112903: [C++20] [Module] Fix bug47116 and implement [module.interface]/p6
Chuanqi Xu via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Dec 16 19:14:39 PST 2021
ChuanqiXu marked 5 inline comments as done.
ChuanqiXu added inline comments.
================
Comment at: clang/lib/Sema/SemaDecl.cpp:1622
+// [module.interface]p6:
+// A redeclaration of an entity X is implicitly exported if X was introduced by
----------------
aaron.ballman wrote:
>
I didn't address this since it belongs to C++20 instead of C++2b.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D112903/new/
https://reviews.llvm.org/D112903
More information about the cfe-commits
mailing list