Commit Graph

2 Commits

Author SHA1 Message Date
Richard Smith 5f4efc24c8 Implement Itanium name mangling support for C++ Modules TS.
This follows the scheme agreed with Nathan Sidwell, which can be found here:

  https://gcc.gnu.org/wiki/cxx-modules?action=AttachFile

This will be proposed to the itanium-cxx-abi list once we have some experience
with how well it works; the ABI for this TS should be considered unstable until
it is part of the Itanium C++ ABI.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@312467 91177308-0d34-0410-b5e6-96231b3b80d8
2017-09-04 05:37:53 +00:00
Richard Smith f633301559 Rearrange some Modules TS testcases into test/CXX/modules-ts.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@301066 91177308-0d34-0410-b5e6-96231b3b80d8
2017-04-22 00:47:53 +00:00