> I'd rather the code be in Sema::SetBaseOrMemberInitializers. A new patch is attached. One thing I could not change is
case TSK_ExplicitInstantiationDeclaration:
return false;
If I do that we fail on
----------------------------------------------
class Option {
virtual ~Option() {
}
};
template <class DataType> class opt : public Option {
virtual bool handleOccurrence() {
}
};
__extension__ extern template class opt<unsigned>;
template class opt<unsigned>;
----------------------------------------------
Do you think the patch is an improvement as is? I will be out most of
the rest of the week, so the sooner this is in the sooner we can track
what else is broken for bootstraping on ELF.
> - Doug
>
>
Cheers,
--
Rafael Ávila de Espíndola
PR6353.patch
Description: Binary data
_______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
