Re: r247179 - EmitRecordWith* API change: takes an ArrayRef instead of a SmallVector (NFC)

2015-09-09 Thread Mehdi Amini via cfe-commits
> On Sep 9, 2015, at 1:35 PM, David Blaikie wrote: > > > > On Wed, Sep 9, 2015 at 1:28 PM, Mehdi Amini > wrote: > Hi David, > > Thanks for the review. > > >> On Sep 9, 2015, at 1:14 PM, David Blaikie > > wrote: >> >> >> >> On Wed,

Re: r247179 - EmitRecordWith* API change: takes an ArrayRef instead of a SmallVector (NFC)

2015-09-09 Thread David Blaikie via cfe-commits
On Wed, Sep 9, 2015 at 1:28 PM, Mehdi Amini wrote: > Hi David, > > Thanks for the review. > > > On Sep 9, 2015, at 1:14 PM, David Blaikie wrote: > > > > On Wed, Sep 9, 2015 at 1:08 PM, Mehdi Amini via cfe-commits < > cfe-commits@lists.llvm.org> wrote: > >> Author: mehdi_amini >> Date: Wed Sep 9

Re: r247179 - EmitRecordWith* API change: takes an ArrayRef instead of a SmallVector (NFC)

2015-09-09 Thread Mehdi Amini via cfe-commits
Hi David, Thanks for the review. > On Sep 9, 2015, at 1:14 PM, David Blaikie wrote: > > > > On Wed, Sep 9, 2015 at 1:08 PM, Mehdi Amini via cfe-commits > mailto:cfe-commits@lists.llvm.org>> wrote: > Author: mehdi_amini > Date: Wed Sep 9 15:08:51 2015 > New Revision: 247179 > > URL: http:/

Re: r247179 - EmitRecordWith* API change: takes an ArrayRef instead of a SmallVector (NFC)

2015-09-09 Thread Teresa Johnson via cfe-commits
On Wed, Sep 9, 2015 at 1:14 PM, David Blaikie via cfe-commits wrote: > > > On Wed, Sep 9, 2015 at 1:08 PM, Mehdi Amini via cfe-commits > wrote: >> >> Author: mehdi_amini >> Date: Wed Sep 9 15:08:51 2015 >> New Revision: 247179 >> >> URL: http://llvm.org/viewvc/llvm-project?rev=247179&view=rev >>

Re: r247179 - EmitRecordWith* API change: takes an ArrayRef instead of a SmallVector (NFC)

2015-09-09 Thread David Blaikie via cfe-commits
On Wed, Sep 9, 2015 at 1:08 PM, Mehdi Amini via cfe-commits < cfe-commits@lists.llvm.org> wrote: > Author: mehdi_amini > Date: Wed Sep 9 15:08:51 2015 > New Revision: 247179 > > URL: http://llvm.org/viewvc/llvm-project?rev=247179&view=rev > Log: > EmitRecordWith* API change: takes an ArrayRef ins

r247179 - EmitRecordWith* API change: takes an ArrayRef instead of a SmallVector (NFC)

2015-09-09 Thread Mehdi Amini via cfe-commits
Author: mehdi_amini Date: Wed Sep 9 15:08:51 2015 New Revision: 247179 URL: http://llvm.org/viewvc/llvm-project?rev=247179&view=rev Log: EmitRecordWith* API change: takes an ArrayRef instead of a SmallVector (NFC) From: Mehdi Amini Modified: cfe/trunk/include/clang/Serialization/ASTWriter.