]> granicus.if.org Git - clang/commit
[C++11] Replacing ObjCCategoryDecl iterators protocol_loc_begin() and protocol_loc_en...
authorAaron Ballman <aaron@aaronballman.com>
Fri, 14 Mar 2014 13:03:32 +0000 (13:03 +0000)
committerAaron Ballman <aaron@aaronballman.com>
Fri, 14 Mar 2014 13:03:32 +0000 (13:03 +0000)
commit93e70040a897163ae441fcabe3c4f2b58594c95c
tree672eb454c8653240d2d6c7d54baa216cdada48ee
parent58e3220f76b5712121c4b8d3130f247ccd59675f
[C++11] Replacing ObjCCategoryDecl 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.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@203923 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/DeclObjC.h
lib/Serialization/ASTWriterDecl.cpp