llvm-project/clang/test/CXX/modules-ts
Richard Smith 1283e9868d [modules ts] Basic for module linkage.
In addition to the formal linkage rules, the Modules TS includes cases where
internal-linkage symbols within a module interface unit can be referenced from
outside the module via exported inline functions / templates. We give such
declarations "module-internal linkage", which is formally internal linkage, but
results in an externally-visible symbol.

llvm-svn: 307434
2017-07-07 20:04:28 +00:00
..
basic [modules ts] Basic for module linkage. 2017-07-07 20:04:28 +00:00
dcl.dcl/dcl.module [modules ts] Improve merging of module-private declarations. 2017-07-05 07:47:11 +00:00
codegen-basics.cppm