[PATCH] D40270: [Modules TS] Added re-export support

Richard Smith - zygoloid via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Nov 20 17:26:14 PST 2017


rsmith accepted this revision.
rsmith added a comment.
This revision is now accepted and ready to land.

Thanks, looks great.



================
Comment at: test/CXX/modules-ts/dcl.dcl/dcl.module/dcl.module.export/p1.cpp:22
+}
+#endif
+
----------------
Maybe consider adding one more module to this test: a module that is imported into this module but *not* re-exported.


https://reviews.llvm.org/D40270





More information about the cfe-commits mailing list