Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [c++20] Enable driver and frontend support for building and using | Richard Smith | 2019-04-14 | 1 | -0/+40 |
| | | | | | | modules when -std=c++2a is specified. llvm-svn: 358355 | ||||
* | [c++20] Parsing support for module-declarations, import-declarations, | Richard Smith | 2019-04-14 | 1 | -0/+4 |
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 |