]> granicus.if.org Git - clang/commit
When handling a TSK_ExplicitInstantiationDefinition after a
authorRafael Espindola <rafael.espindola@gmail.com>
Mon, 22 Mar 2010 14:43:41 +0000 (14:43 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Mon, 22 Mar 2010 14:43:41 +0000 (14:43 +0000)
commitc24d72154e95545dcd6d74c893082d11fd51053d
tree48ddcf829a17267053598a7d27a78361aa62387c
parent053f4bddcb10bd3b17cd6a66fe52e265498603ed
When handling a TSK_ExplicitInstantiationDefinition after a
TSK_ExplicitInstantiationDeclaration make sure we call
MaybeMarkVirtualMembersReferenced with a method attached to the definition.

Remove the hack that forced vtable emition with declarations.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@99174 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaDeclCXX.cpp
lib/Sema/SemaTemplate.cpp