]> granicus.if.org Git - clang/commit
[C++11] Replacing ObjCProtocolDecl iterators protocol_loc_begin() and protocol_loc_en...
authorAaron Ballman <aaron@aaronballman.com>
Fri, 14 Mar 2014 12:38:50 +0000 (12:38 +0000)
committerAaron Ballman <aaron@aaronballman.com>
Fri, 14 Mar 2014 12:38:50 +0000 (12:38 +0000)
commit07ca58c73b4921d9d192d73c48715126c11ffb5d
treeb66b78de66e9ee19b19a433ce8d9c9be1ce90b7c
parenta5ee2ebbdfe436d7f7648d3ab12fad02e704438c
[C++11] Replacing ObjCProtocolDecl 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@203919 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/DeclObjC.h
lib/Serialization/ASTWriterDecl.cpp