| commit | a49c5064a186c5cfec789fa29c9d502b93541dd6 | [log] [tgz] |
|---|---|---|
| author | Aaron Ballman <aaron@aaronballman.com> | Thu Mar 13 20:29:09 2014 +0000 |
| committer | Aaron Ballman <aaron@aaronballman.com> | Thu Mar 13 20:29:09 2014 +0000 |
| tree | 76b9fb4a6f1602bcf76ea4ca8485fbd7ee96ed8e | |
| parent | a8fb72428b22f694acdf1b2203c4fc2d70f74456 [diff] |
[C++11] Replacing ObjCInterfaceDecl iterators protocol_begin() and protocol_end() with iterator_range protocols(). Updating all of the usages of the iterators with range-based for loops. Drive-by fixing some incorrect types where a for loop would be improperly using ObjCInterfaceDecl::protocol_iterator. No functional changes in these cases. llvm-svn: 203842