[PATCH] Fix PR16735 - emit the constructor for abstract classes

John McCall rjmccall at gmail.com
Fri Aug 2 23:08:10 PDT 2013


On Jul 31, 2013, at 7:41 AM, Timur Iskhodzhanov <timurrrr at google.com> wrote:
> This small patch fixes http://llvm.org/PR16735
> 
> I've decided to go the same way Reid went with EmitCXXDestructors earlier, i.e. abstract out emission of constructors to CGCXXABI rather than making the conditions more complex in CGM.
> 
> Can you please review this patch?

LGTM.

John.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20130802/e5065a72/attachment.html>


More information about the cfe-commits mailing list