RE: r306149 - Emit warning when throw exception in destruct or dealloc functions which has a

2017-06-27 Thread Keane, Erich via cfe-commits
, Erich Cc: cfe-commits Subject: Re: r306149 - Emit warning when throw exception in destruct or dealloc functions which has a On 23 June 2017 at 13:22, Erich Keane via cfe-commits mailto:cfe-commits@lists.llvm.org>> wrote: Author: erichkeane Date: Fri Jun 23 15:22:19 2017 New Revision: 30614

RE: r306149 - Emit warning when throw exception in destruct or dealloc functions which has a

2017-06-26 Thread Keane, Erich via cfe-commits
-commits Subject: Re: r306149 - Emit warning when throw exception in destruct or dealloc functions which has a On 23 June 2017 at 13:22, Erich Keane via cfe-commits mailto:cfe-commits@lists.llvm.org>> wrote: Author: erichkeane Date: Fri Jun 23 15:22:19 2017 New Revision: 306149 URL

Re: r306149 - Emit warning when throw exception in destruct or dealloc functions which has a

2017-06-26 Thread Richard Smith via cfe-commits
On 23 June 2017 at 13:22, Erich Keane via cfe-commits < cfe-commits@lists.llvm.org> wrote: > Author: erichkeane > Date: Fri Jun 23 15:22:19 2017 > New Revision: 306149 > > URL: http://llvm.org/viewvc/llvm-project?rev=306149&view=rev > Log: > Emit warning when throw exception in destruct or dealloc

r306149 - Emit warning when throw exception in destruct or dealloc functions which has a

2017-06-23 Thread Erich Keane via cfe-commits
Author: erichkeane Date: Fri Jun 23 15:22:19 2017 New Revision: 306149 URL: http://llvm.org/viewvc/llvm-project?rev=306149&view=rev Log: Emit warning when throw exception in destruct or dealloc functions which has a (possible implicit) noexcept specifier Throwing in the destructor is not good (C