]> granicus.if.org Git - clang/commit
Don't produce a vtable for a class if we have an explicit template instantiation...
authorRafael Espindola <rafael.espindola@gmail.com>
Sat, 3 Apr 2010 04:26:42 +0000 (04:26 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Sat, 3 Apr 2010 04:26:42 +0000 (04:26 +0000)
commit35d646133ba70e5d44bc2d112ffd5e2ca262dbee
tree3fe23de613cf6e946c431c880ea22862434bc0c0
parenteea12d17ec3527f4f9474571fd3011f3d825c45a
Don't produce a vtable for a class if we have an explicit template instantiation declaration and no key function. We will produce the vtable at the explicit template instantiation.

Fixes PR6748

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@100266 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGVtable.cpp
test/CodeGenCXX/vtable-linkage.cpp