Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [c++20] Parsing support for module-declarations, import-declarations, | Richard Smith | 2019-04-14 | 1 | -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 Smith | 2017-10-10 | 1 | -5/+6 |
| | | | | | | the module interface being available. llvm-svn: 315381 | ||||
* | Add target triple to improve the happiness of MSVC buildbots. | Richard Smith | 2017-09-07 | 1 | -2/+2 |
| | | | | llvm-svn: 312749 | ||||
* | [modules ts] Add test for [basic.link]p3. | Richard Smith | 2017-09-07 | 1 | -0/+11 |
| | | | | llvm-svn: 312696 | ||||
* | Fix path regex in test to match on Windows | Boris Kolpackov | 2017-08-31 | 1 | -1/+1 |
| | | | | llvm-svn: 312217 | ||||
* | [modules ts] Declarations from a module interface unit are only visible outside | Richard Smith | 2017-07-05 | 3 | -0/+62 |
| | | | | | | the module if declared in an export block. llvm-svn: 307115 | ||||
* | Rearrange some Modules TS testcases into test/CXX/modules-ts. | Richard Smith | 2017-04-22 | 1 | -0/+55 |
llvm-svn: 301066 |