Re: r354147 - Variable auto-init of blocks capturing self after init bugfix

2019-02-18 Thread Hans Wennborg via cfe-commits
Merged to release_80 in r354248. On Fri, Feb 15, 2019 at 6:25 PM JF Bastien via cfe-commits wrote: > > Author: jfb > Date: Fri Feb 15 09:26:29 2019 > New Revision: 354147 > > URL: http://llvm.org/viewvc/llvm-project?rev=354147&view=rev > Log: > Variable auto-init of blocks capturing self after in

r354147 - Variable auto-init of blocks capturing self after init bugfix

2019-02-15 Thread JF Bastien via cfe-commits
Author: jfb Date: Fri Feb 15 09:26:29 2019 New Revision: 354147 URL: http://llvm.org/viewvc/llvm-project?rev=354147&view=rev Log: Variable auto-init of blocks capturing self after init bugfix Summary: Blocks that capture themselves (and escape) after initialization currently codegen wrong becaus