Re: r254423 - It appears that this horrible mutating copy constructor is unused. Kill it with fire.

2015-12-02 Thread Aaron Ballman via cfe-commits
On Tue, Dec 1, 2015 at 6:47 PM, Richard Smith wrote: > On Tue, Dec 1, 2015 at 3:42 PM, Duncan P. N. Exon Smith via cfe-commits > wrote: >> >> >> > On 2015-Dec-01, at 09:15, Aaron Ballman via cfe-commits >> > wrote:

Re: r254423 - It appears that this horrible mutating copy constructor is unused. Kill it with fire.

2015-12-01 Thread Richard Smith via cfe-commits
On Tue, Dec 1, 2015 at 3:42 PM, Duncan P. N. Exon Smith via cfe-commits < cfe-commits@lists.llvm.org> wrote: > > > On 2015-Dec-01, at 09:15, Aaron Ballman via cfe-commits < > cfe-commits@lists.llvm.org> wrote: > > > > Author: aaronballman > > Date: Tue Dec 1 11:15:13 2015 > > New Revision:

Re: r254423 - It appears that this horrible mutating copy constructor is unused. Kill it with fire.

2015-12-01 Thread Duncan P. N. Exon Smith via cfe-commits
> On 2015-Dec-01, at 09:15, Aaron Ballman via cfe-commits > wrote: > > Author: aaronballman > Date: Tue Dec 1 11:15:13 2015 > New Revision: 254423 > > URL: http://llvm.org/viewvc/llvm-project?rev=254423=rev > Log: > It appears that this horrible mutating copy

r254423 - It appears that this horrible mutating copy constructor is unused. Kill it with fire.

2015-12-01 Thread Aaron Ballman via cfe-commits
Author: aaronballman Date: Tue Dec 1 11:15:13 2015 New Revision: 254423 URL: http://llvm.org/viewvc/llvm-project?rev=254423=rev Log: It appears that this horrible mutating copy constructor is unused. Kill it with fire. Modified: cfe/trunk/include/clang/Sema/AttributeList.h Modified: