Re: [libcxxabi] r258249 - Recommit r256322: Fix PR25898 - Check for incomplete pointers types in can_catch(...)

2016-01-21 Thread Eric Fiselier via cfe-commits
I'll merge all my commits tonight. Thanks Hans. /Eric On Wed, Jan 20, 2016 at 10:38 AM, Hans Wennborg wrote: > No problem. Please go ahead and merge with utils/release/merge.sh, or > let me know if you'd prefer me to do it. > > On Tue, Jan 19, 2016 at 7:09 PM, Eric Fiselier

Re: [libcxxabi] r258249 - Recommit r256322: Fix PR25898 - Check for incomplete pointers types in can_catch(...)

2016-01-21 Thread Eric Fiselier via cfe-commits
Hi Hans, CC Marshall FYI All my pending libc++ and libc++abi commits have been pushed to the release_38 branch. /Eric On Thu, Jan 21, 2016 at 1:51 PM, Eric Fiselier wrote: > I'll merge all my commits tonight. Thanks Hans. > > /Eric > > On Wed, Jan 20, 2016 at 10:38 AM, Hans

Re: [libcxxabi] r258249 - Recommit r256322: Fix PR25898 - Check for incomplete pointers types in can_catch(...)

2016-01-20 Thread Hans Wennborg via cfe-commits
No problem. Please go ahead and merge with utils/release/merge.sh, or let me know if you'd prefer me to do it. On Tue, Jan 19, 2016 at 7:09 PM, Eric Fiselier wrote: > Hi Hans, > > Sorry to make this more complicated, but can you also include the follow-up > libc++abi commit

Re: [libcxxabi] r258249 - Recommit r256322: Fix PR25898 - Check for incomplete pointers types in can_catch(...)

2016-01-19 Thread Eric Fiselier via cfe-commits
Hi Hans, I fixed the problem that caused Nico to revert this. I would like to re-land this in 3.8. This depends on libc++ commit r258217 also landing in 3.8. @Marshall can you OK this? /Eric On Tue, Jan 19, 2016 at 4:42 PM, Eric Fiselier via cfe-commits < cfe-commits@lists.llvm.org> wrote: >

Re: [libcxxabi] r258249 - Recommit r256322: Fix PR25898 - Check for incomplete pointers types in can_catch(...)

2016-01-19 Thread Eric Fiselier via cfe-commits
Hi Hans, Sorry to make this more complicated, but can you also include the follow-up libc++abi commit r258277. /Eric On Tue, Jan 19, 2016 at 7:08 PM, Marshall Clow wrote: > > > On Tue, Jan 19, 2016 at 3:48 PM, Eric Fiselier wrote: > >> Hi Hans, >> >> I

[libcxxabi] r258249 - Recommit r256322: Fix PR25898 - Check for incomplete pointers types in can_catch(...)

2016-01-19 Thread Eric Fiselier via cfe-commits
Author: ericwf Date: Tue Jan 19 17:42:10 2016 New Revision: 258249 URL: http://llvm.org/viewvc/llvm-project?rev=258249=rev Log: Recommit r256322: Fix PR25898 - Check for incomplete pointers types in can_catch(...) This patch re-commits r256322 and r256323. They were reverted due to a OS X test

Re: [libcxxabi] r258249 - Recommit r256322: Fix PR25898 - Check for incomplete pointers types in can_catch(...)

2016-01-19 Thread Marshall Clow via cfe-commits
On Tue, Jan 19, 2016 at 3:48 PM, Eric Fiselier wrote: > Hi Hans, > > I fixed the problem that caused Nico to revert this. I would like to > re-land this in 3.8. > This depends on libc++ commit r258217 also landing in 3.8. > > @Marshall can you OK this? > > This is fine with me.