llvm-project/clang/test/CXX/modules-ts
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
..
basic [Modules TS] Diagnose attempts to enter module implementation units without the module interface being available. 2017-10-10 22:35:27 +00:00
dcl.dcl/dcl.module [Modules TS] Added module re-export support. 2017-11-21 09:42:42 +00:00
codegen-basics.cppm Implement Itanium name mangling support for C++ Modules TS. 2017-09-04 05:37:53 +00:00