As part of P1766R1, allow unnamed decls in export{} blocks.
I've adjusted the module-ts tests as well, but I am (generally) not sure whether code for C++20 modules should affect the modules-ts cases. What's the policy here?
Differential D117295
[clang][sema] Allow unnamed decls in C++20 module export{} blocks tbaeder on Jan 14 2022, 2:26 AM. Authored by
Details
As part of P1766R1, allow unnamed decls in export{} blocks. I've adjusted the module-ts tests as well, but I am (generally) not sure whether code for C++20 modules should affect the modules-ts cases. What's the policy here?
Diff Detail Event TimelineComment Actions Reading this again, it sounds like this is not expected to happen for C++20; I was using https://clang.llvm.org/cxx_status.html#cxx20 as guidance here.
Comment Actions Oh, it looks like we couldn't go on since the part of PR1766R1 is not adopted: https://github.com/cplusplus/draft/issues/5237 |
Should we add a cite to P1766R1 here?