r203261 - [C++11] Replacing IndirectFieldDecl iterators chain_begin() and chain_end() with iterator_range chains(). Updating all of the usages of the iterators with range-based for loops.

Aaron Ballman aaron at aaronballman.com
Fri Mar 7 11:36:46 PST 2014


On Fri, Mar 7, 2014 at 1:31 PM, Richard Smith <richard at metafoo.co.uk> wrote:
>
> On 7 Mar 2014 10:21, "Aaron Ballman" <aaron at aaronballman.com> wrote:
>>
>> Author: aaronballman
>> Date: Fri Mar  7 12:11:58 2014
>> New Revision: 203261
>>
>> URL: http://llvm.org/viewvc/llvm-project?rev=203261&view=rev
>> Log:
>> [C++11] Replacing IndirectFieldDecl iterators chain_begin() and
>> chain_end() with iterator_range chains(). Updating all of the usages of the
>> iterators with range-based for loops.
>
> This one should be "chain", not "chains".

Thanks for pointing this out -- fixed in r203262

~Aaron



More information about the cfe-commits mailing list