This is an archive of the discontinued LLVM Phabricator instance.

[DRAFT] [C++20] [Module] Don't export entities not in namespace scope nor exported enetities
AbandonedPublic

Authored by ChuanqiXu on Nov 4 2021, 9:20 PM.

Details

Reviewers
None
Summary

This is an alternative to D112903. This is not completed to work or review the details yet.
The intention is to visit the overall ideas for how to implement https://eel.is/c++draft/module.interface#6

Diff Detail

Event Timeline

ChuanqiXu requested review of this revision.Nov 4 2021, 9:20 PM
ChuanqiXu created this revision.
ChuanqiXu abandoned this revision.Nov 11 2021, 10:01 PM

Now this should be unneeded.