]> granicus.if.org Git - clang/commit
[-cxx-abi microsoft] Remove ArgIndex, we handle all template argument kinds!
authorDavid Majnemer <david.majnemer@gmail.com>
Tue, 27 Aug 2013 08:21:25 +0000 (08:21 +0000)
committerDavid Majnemer <david.majnemer@gmail.com>
Tue, 27 Aug 2013 08:21:25 +0000 (08:21 +0000)
commit309f6456626fdc85181fd42d9ed8d9c0c5a6746a
treeb7a20c7f1f28c7792bea03e003a334291b688dd3
parent1942e1869d14ae6e810c11fb4b41d6ae31887a3f
[-cxx-abi microsoft] Remove ArgIndex, we handle all template argument kinds!

TemplateExpansion cannot happen here because MSVC doesn't mangle
anything but the fully substituted template arguments.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@189325 91177308-0d34-0410-b5e6-96231b3b80d8
lib/AST/MicrosoftMangle.cpp