summaryrefslogtreecommitdiffstats
path: root/clang/test/CXX/modules-ts/basic/basic.link
Commit message (Collapse)AuthorAgeFilesLines
* [c++20] Parsing support for module-declarations, import-declarations,Richard Smith2019-04-141-21/+13
| | | | | | | | | and the global and private module fragment. For now, the private module fragment introducer is ignored, but use of the global module fragment introducer should be properly enforced. llvm-svn: 358353
* [Modules TS] Diagnose attempts to enter module implementation units without ↵Richard Smith2017-10-101-5/+6
| | | | | | the module interface being available. llvm-svn: 315381
* Add target triple to improve the happiness of MSVC buildbots.Richard Smith2017-09-071-2/+2
| | | | llvm-svn: 312749
* [modules ts] Add test for [basic.link]p3.Richard Smith2017-09-071-0/+11
| | | | llvm-svn: 312696
* Fix path regex in test to match on WindowsBoris Kolpackov2017-08-311-1/+1
| | | | llvm-svn: 312217
* [modules ts] Declarations from a module interface unit are only visible outsideRichard Smith2017-07-053-0/+62
| | | | | | the module if declared in an export block. llvm-svn: 307115
* Rearrange some Modules TS testcases into test/CXX/modules-ts.Richard Smith2017-04-221-0/+55
llvm-svn: 301066
OpenPOWER on IntegriCloud