summaryrefslogtreecommitdiff
path: root/test/SemaCXX/modules-ts.cppm
Commit message (Expand)AuthorAgeFilesLines
* [c++2a] Implement semantic restrictions for 'export' declarations.Richard Smith2019-04-221-3/+7
* [Modules TS] Added module re-export support.Hamza Sood2017-11-211-4/+0
* [Modules TS] Module ownership semantics for redeclarations.Richard Smith2017-10-101-1/+1
* Revert "[Modules TS] Module ownership semantics for redeclarations."Eric Liu2017-10-101-1/+1
* [Modules TS] Module ownership semantics for redeclarations.Richard Smith2017-10-091-1/+1
* Implement Itanium name mangling support for C++ Modules TS.Richard Smith2017-09-041-6/+6
* [modules ts] Declarations from a module interface unit are only visible outsideRichard Smith2017-07-051-1/+7
* [modules] Switch from inferring owning modules based on source location toRichard Smith2017-05-181-1/+2
* Make tests from r302765 windows friendlyBruno Cardoso Lopes2017-05-111-1/+1
* [Sema] Improve redefinition errors pointing to the same headerBruno Cardoso Lopes2017-05-111-1/+2
* [modules ts] Diagnose 'export' declarations outside of a module interface.Richard Smith2017-04-241-7/+6
* P0629R0: Switch to latest proposal for distinguishing module interface from i...Richard Smith2017-04-211-2/+2
* [Modules TS] Diagnose 'export' declaration within 'export' declaration.Richard Smith2016-09-261-0/+15
* C++ Modules TS: Add parsing and some semantic analysis support forRichard Smith2016-09-081-0/+68