]> granicus.if.org Git - clang/commit
When mangling a ctor/dtor we need to take into consideration whether it's a member...
authorAnders Carlsson <andersca@mac.com>
Tue, 24 Nov 2009 05:36:32 +0000 (05:36 +0000)
committerAnders Carlsson <andersca@mac.com>
Tue, 24 Nov 2009 05:36:32 +0000 (05:36 +0000)
commit7e120030a07ad8c4365526b1c5cd22a641297635
treea9e2c6b96a91591d80d29957deda6b25365b2547
parent26d6e9d56527b6b52c44b892aed3171a27d98eb6
When mangling a ctor/dtor we need to take into consideration whether it's a member template.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@89741 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/Mangle.cpp
test/CodeGenCXX/member-templates.cpp