On 03/07/2014 12:45 AM, Aaron Ballman wrote:
Author: aaronballman
Date: Thu Mar 6 17:45:36 2014
New Revision: 203179
URL: http://llvm.org/viewvc/llvm-project?rev=203179&view=rev
Log:
[C++11] Replacing iterators redecls_begin() and redecls_end() with
iterator_range redecls(). Updating all of the usages of the iterators with
range-based for loops, which allows the begin/end forms to be removed entirely.
Hi Aaron,
I wonder if you could use 'auto const &' in some of these cases?
http://llvm.org/docs/CodingStandards.html#beware-unnecessary-copies-with-auto
Cheers,
Tobi
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits