summaryrefslogtreecommitdiffstats
path: root/clang/test/CXX/modules-ts/dcl.dcl/dcl.module/dcl.module.export/p1.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [Modules TS] Added module re-export support.Hamza Sood2017-11-211-0/+40
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
OpenPOWER on IntegriCloud