[ms-cxxabi] Mangle variadic template parameter packs
authorReid Kleckner <reid@kleckner.net>
Tue, 2 Jul 2013 18:10:07 +0000 (18:10 +0000)
committerReid Kleckner <reid@kleckner.net>
Tue, 2 Jul 2013 18:10:07 +0000 (18:10 +0000)
commitf0ae35b88c19ddc42673bfe8e74d77069a42c20a
tree427305da011c8a1599794495e2c158d1dec861fc
parent5001ec9190bf43ecf2ed91eac19776ea4754a721
[ms-cxxabi] Mangle variadic template parameter packs

Unlike Itanium, there is no code to indicate the beginning of a
parameter pack.  I tested this with MSVC 2013, which is the only version
that implements variadic templates so far.

This is needed to compile APInt.cpp for the MS C++ ABI.

Reviewers: timurrrr

Differential Revision: http://llvm-reviews.chandlerc.com/D1077

llvm-svn: 185454
clang/lib/AST/MicrosoftMangle.cpp
clang/test/CodeGenCXX/mangle-ms-templates.cpp