Re: r285289 - [Sema] -Wunused-variable warning for array variables should behave

2016-11-02 Thread Alex L via cfe-commits
On 1 November 2016 at 14:22, David Blaikie wrote: > > > On Tue, Nov 1, 2016 at 3:13 AM Alex L wrote: > >> On 31 October 2016 at 15:34, David Blaikie wrote: >> >> >> >> On Thu, Oct 27, 2016 at 6:40 AM Alex Lorenz via cfe-commits < >> cfe-commits@lists.llvm.org> wrote: >> >> Author: arphaman >> D

Re: r285289 - [Sema] -Wunused-variable warning for array variables should behave

2016-11-01 Thread David Blaikie via cfe-commits
On Tue, Nov 1, 2016 at 3:13 AM Alex L wrote: > On 31 October 2016 at 15:34, David Blaikie wrote: > > > > On Thu, Oct 27, 2016 at 6:40 AM Alex Lorenz via cfe-commits < > cfe-commits@lists.llvm.org> wrote: > > Author: arphaman > Date: Thu Oct 27 08:30:51 2016 > New Revision: 285289 > > URL: http:/

Re: r285289 - [Sema] -Wunused-variable warning for array variables should behave

2016-11-01 Thread Alex L via cfe-commits
On 1 November 2016 at 10:13, Alex L wrote: > > On 31 October 2016 at 15:34, David Blaikie wrote: > >> >> >> On Thu, Oct 27, 2016 at 6:40 AM Alex Lorenz via cfe-commits < >> cfe-commits@lists.llvm.org> wrote: >> >>> Author: arphaman >>> Date: Thu Oct 27 08:30:51 2016 >>> New Revision: 285289 >>>

Re: r285289 - [Sema] -Wunused-variable warning for array variables should behave

2016-11-01 Thread Alex L via cfe-commits
On 31 October 2016 at 15:34, David Blaikie wrote: > > > On Thu, Oct 27, 2016 at 6:40 AM Alex Lorenz via cfe-commits < > cfe-commits@lists.llvm.org> wrote: > >> Author: arphaman >> Date: Thu Oct 27 08:30:51 2016 >> New Revision: 285289 >> >> URL: http://llvm.org/viewvc/llvm-project?rev=285289&view

Re: r285289 - [Sema] -Wunused-variable warning for array variables should behave

2016-10-31 Thread David Blaikie via cfe-commits
On Thu, Oct 27, 2016 at 6:40 AM Alex Lorenz via cfe-commits < cfe-commits@lists.llvm.org> wrote: > Author: arphaman > Date: Thu Oct 27 08:30:51 2016 > New Revision: 285289 > > URL: http://llvm.org/viewvc/llvm-project?rev=285289&view=rev > Log: > [Sema] -Wunused-variable warning for array variables

r285289 - [Sema] -Wunused-variable warning for array variables should behave

2016-10-27 Thread Alex Lorenz via cfe-commits
Author: arphaman Date: Thu Oct 27 08:30:51 2016 New Revision: 285289 URL: http://llvm.org/viewvc/llvm-project?rev=285289&view=rev Log: [Sema] -Wunused-variable warning for array variables should behave similarly to scalar variables. This commit makes the -Wunused-variable warning behaviour more c