llvm-project/clang/test/CXX/modules-ts/dcl.dcl/dcl.module
Hamza Sood 81fe14e4c3 [Modules TS] Added module re-export support.
This implements [dcl.modules.export] from the C++ Modules TS, which lets a module re-export another module with the "export import" syntax.
Differential Revision: https://reviews.llvm.org/D40270

llvm-svn: 318744
2017-11-21 09:42:42 +00:00
..
dcl.module.export [Modules TS] Added module re-export support. 2017-11-21 09:42:42 +00:00
dcl.module.import [Modules TS] Diagnose attempts to enter module implementation units without the module interface being available. 2017-10-10 22:35:27 +00:00
dcl.module.interface [Modules TS] Diagnose missing/duplicate module-declaration. 2017-10-11 00:36:56 +00:00
p1.cpp [Modules TS] Diagnose missing/duplicate module-declaration. 2017-10-11 00:36:56 +00:00
p2.cpp [Modules TS] Diagnose attempts to enter module implementation units without the module interface being available. 2017-10-10 22:35:27 +00:00
p5.cpp [modules ts] Improve merging of module-private declarations. 2017-07-05 07:47:11 +00:00