summaryrefslogtreecommitdiffstats
path: root/clang/test/Parser/cxx-modules-interface.cppm
Commit message (Collapse)AuthorAgeFilesLines
* C++ Modules TS: Add parsing and some semantic analysis support forRichard Smith2016-09-081-16/+27
| | | | | | | export-declarations. These don't yet have an effect on name visibility; we still export everything by default. llvm-svn: 280999
* C++ Modules TS: add frontend support for building pcm files from moduleRichard Smith2016-08-261-0/+21
interface files. At the moment, all declarations (and no macros) are exported, and 'export' declarations are not supported yet. llvm-svn: 279794
OpenPOWER on IntegriCloud