| commit | e937888e1c4eeafba7eab0359e00f5d28da93ecd | [log] [tgz] |
|---|---|---|
| author | Aaron Ballman <aaron@aaronballman.com> | Thu Mar 13 20:34:24 2014 +0000 |
| committer | Aaron Ballman <aaron@aaronballman.com> | Thu Mar 13 20:34:24 2014 +0000 |
| tree | 41e15ea15df88618d9a7edb2aa904b9b62cd359e | |
| parent | 232670fc0525548fe01f781c4863480d09cedd88 [diff] |
[C++11] Replacing ObjCInterfaceDecl iterators protocol_loc_begin() and protocol_loc_end() with iterator_range protocol_locs(). Updating all of the usages of the iterators with range-based for loops. llvm-svn: 203847