]> granicus.if.org Git - clang/commit
[ms-cxxabi] Handle template-template arguments
authorDavid Majnemer <david.majnemer@gmail.com>
Mon, 5 Aug 2013 22:26:46 +0000 (22:26 +0000)
committerDavid Majnemer <david.majnemer@gmail.com>
Mon, 5 Aug 2013 22:26:46 +0000 (22:26 +0000)
commit02c44f0962c8739c447bc35688d47294f72494aa
treef9f364f44330f0bdb665d5c96189d66c314fbcf1
parent7802fc9e6cb488fc1321ce3f7431b7aeeefdd18f
[ms-cxxabi] Handle template-template arguments

Template-template arguments appear to be a rather simple encoding of the
template's templated tag type.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@187751 91177308-0d34-0410-b5e6-96231b3b80d8
lib/AST/MicrosoftMangle.cpp
test/CodeGenCXX/mangle-ms-templates.cpp