MS ABI: Update alias template mangling for VC "14" CTP 3
authorDavid Majnemer <david.majnemer@gmail.com>
Tue, 19 Aug 2014 07:29:03 +0000 (07:29 +0000)
committerDavid Majnemer <david.majnemer@gmail.com>
Tue, 19 Aug 2014 07:29:03 +0000 (07:29 +0000)
commit194c27f25924ceb9dd8ade2903cb6024b4d763bc
tree50ae13a4390438faad2d36001670f01fa8111b30
parent82abc1025dcb09a46098da3eb8385b95006f73ea
MS ABI: Update alias template mangling for VC "14" CTP 3

MSVC "14" CTP 3 has fixed it's mangling for alias templates when used as
template-template arguments; update clang to be compatible with this
mangling.

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