]> granicus.if.org Git - clang/commit
[C++11] Replacing ObjCInterfaceDecl iterators all_referenced_protocol_begin() and...
authorAaron Ballman <aaron@aaronballman.com>
Thu, 13 Mar 2014 20:55:22 +0000 (20:55 +0000)
committerAaron Ballman <aaron@aaronballman.com>
Thu, 13 Mar 2014 20:55:22 +0000 (20:55 +0000)
commita2a1fef4c970a1f5b24b5c6e0375646865751b53
treed64b9273375bf69db0198b4a73e70fd871e83089
parent2a9429379f0d5ba033b88610e2b369767177abad
[C++11] Replacing ObjCInterfaceDecl iterators all_referenced_protocol_begin() and all_referenced_protocol_end() with iterator_range all_referenced_protocols(). Updating all of the usages of the iterators with range-based for loops.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@203848 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/DeclObjC.h
lib/AST/ASTContext.cpp
lib/AST/DeclObjC.cpp
lib/CodeGen/CGObjCMac.cpp
lib/Sema/SemaCodeComplete.cpp
lib/Sema/SemaDeclObjC.cpp
lib/Sema/SemaLookup.cpp
lib/Sema/SemaObjCProperty.cpp