Re: r263191 - Preserve ExtParameterInfos into CGFunctionInfo.

2016-04-04 Thread Nico Weber via cfe-commits
Thanks, r265324 fixed the assert. On Fri, Apr 1, 2016 at 8:25 PM, John McCall wrote: > On Apr 1, 2016, at 3:50 PM, Nico Weber wrote: > On Thu, Mar 10, 2016 at 8:30 PM, John McCall via cfe-commits < > cfe-commits@lists.llvm.org> wrote: > >> Author: rjmccall >> Date: Thu Mar 10 22:30:31 2016 >> N

Re: r263191 - Preserve ExtParameterInfos into CGFunctionInfo.

2016-04-01 Thread John McCall via cfe-commits
> On Apr 1, 2016, at 3:50 PM, Nico Weber wrote: > On Thu, Mar 10, 2016 at 8:30 PM, John McCall via cfe-commits > mailto:cfe-commits@lists.llvm.org>> wrote: > Author: rjmccall > Date: Thu Mar 10 22:30:31 2016 > New Revision: 263191 > > URL: http://llvm.org/viewvc/llvm-project?rev=263191&view=rev

r263191 - Preserve ExtParameterInfos into CGFunctionInfo.

2016-03-10 Thread John McCall via cfe-commits
Author: rjmccall Date: Thu Mar 10 22:30:31 2016 New Revision: 263191 URL: http://llvm.org/viewvc/llvm-project?rev=263191&view=rev Log: Preserve ExtParameterInfos into CGFunctionInfo. As part of this, make the function-arrangement interfaces a little simpler and more semantic. NFC. Modified: