[cfe-commits] More on templates and vtables

Rafael Espindola espindola at google.com
Tue Mar 23 21:38:14 PDT 2010


This is becoming a snow ball, but I really think the patch has
everything it needs now. What was missing from the previous one is
that we were not producing the constructor for

 template<class T> struct C {
   virtual ~C();
 };
 template class C<int>;

The new patch fixes this, but got a bit larger since it has to handle
some corner cases of when an implicit copy assignment is legal.

Just finished a release bootstrap. OK if it also passes a debug bootstrap?

Cheers,
-- 
Rafael Ávila de Espíndola
-------------- next part --------------
A non-text attachment was scrubbed...
Name: template-instantiation.patch
Type: text/x-diff
Size: 11166 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20100324/755b601b/attachment.patch>


More information about the cfe-commits mailing list