Patch to fix Clang armv7 IRGen crash - PR17759

Richard Smith richard at metafoo.co.uk
Mon Dec 2 16:22:09 PST 2013


This is a frontend bug, not an IRGen bug; the test case is ill-formed.
"return;" can be used in a constructor or destructor, but "return
<expression-with-type-void>;" cannot.


On Mon, Dec 2, 2013 at 4:09 PM, jahanian <fjahanian at apple.com> wrote:

> This patch fixes a crash when generating IRGen for armv7 which has ABI of
> implicit return of 'this' for constructors. Please review.
> // rdar://15366494
> - fariborz
>
>
>
>
> _______________________________________________
> cfe-commits mailing list
> cfe-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20131202/2a2401cc/attachment.html>


More information about the cfe-commits mailing list