Re: r353495 - Variable auto-init: fix __block initialization

2019-02-12 Thread Hans Wennborg via cfe-commits
Merged to release_80 in r353807. On Fri, Feb 8, 2019 at 2:28 AM JF Bastien via cfe-commits wrote: > > Author: jfb > Date: Thu Feb 7 17:29:17 2019 > New Revision: 353495 > > URL: http://llvm.org/viewvc/llvm-project?rev=353495&view=rev > Log: > Variable auto-init: fix __block initialization > > Su

r353495 - Variable auto-init: fix __block initialization

2019-02-07 Thread JF Bastien via cfe-commits
Author: jfb Date: Thu Feb 7 17:29:17 2019 New Revision: 353495 URL: http://llvm.org/viewvc/llvm-project?rev=353495&view=rev Log: Variable auto-init: fix __block initialization Summary: Automatic initialization [1] of __block variables was trampling over the block's headers after they'd been init