Re: r276352 - [Sema] Handle errors during rewriteBuiltinFunctionDecl

2016-07-25 Thread Hans Wennborg via cfe-commits
Actually, I now see the PR doesn't reproduce on 3.9, so this must have broke after the branch point. On Fri, Jul 22, 2016 at 7:02 AM, Hans Wennborg wrote: > Richard: should we merge this to 3.9? > > On Thu, Jul 21, 2016 at 7:03 PM, David Majnemer via cfe-commits >

Re: r276352 - [Sema] Handle errors during rewriteBuiltinFunctionDecl

2016-07-22 Thread Hans Wennborg via cfe-commits
Richard: should we merge this to 3.9? On Thu, Jul 21, 2016 at 7:03 PM, David Majnemer via cfe-commits wrote: > Author: majnemer > Date: Thu Jul 21 18:03:43 2016 > New Revision: 276352 > > URL: http://llvm.org/viewvc/llvm-project?rev=276352=rev > Log: > [Sema] Handle

r276352 - [Sema] Handle errors during rewriteBuiltinFunctionDecl

2016-07-21 Thread David Majnemer via cfe-commits
Author: majnemer Date: Thu Jul 21 18:03:43 2016 New Revision: 276352 URL: http://llvm.org/viewvc/llvm-project?rev=276352=rev Log: [Sema] Handle errors during rewriteBuiltinFunctionDecl rewriteBuiltinFunctionDecl can encounter errors when performing DefaultFunctionArrayLvalueConversion. These