]> granicus.if.org Git - clang/commit
When adding member functions to a class add any specializations of
authorEric Christopher <echristo@apple.com>
Tue, 13 Mar 2012 23:40:48 +0000 (23:40 +0000)
committerEric Christopher <echristo@apple.com>
Tue, 13 Mar 2012 23:40:48 +0000 (23:40 +0000)
commit3b10cfe6b804cef041ddf85854d2d536f7a82cb6
treef690ee8dfc248c75830b2d54dc4d555b10bbb646
parente7591c511831aa66afe06902a408647535da6a4d
When adding member functions to a class add any specializations of
function templates as well.

A future commit will mangle the added name with the template args
like classes are mangled.

Fixes rdar://10986010

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@152683 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGDebugInfo.cpp
test/CodeGenCXX/debug-info-template-member.cpp [new file with mode: 0644]