]> granicus.if.org Git - clang/commit
[C++11] Replacing ObjCImplementationDecl iterators init_begin() and init_end() with...
authorAaron Ballman <aaron@aaronballman.com>
Thu, 13 Mar 2014 17:35:02 +0000 (17:35 +0000)
committerAaron Ballman <aaron@aaronballman.com>
Thu, 13 Mar 2014 17:35:02 +0000 (17:35 +0000)
commite9e159fc47866e29a4790021d67b99f540d0f42c
treedc840e93087dc676d5b082ce81fb30eb3fe72c21
parent1cf851b9bb57f99150440865b2506772b1cf3870
[C++11] Replacing ObjCImplementationDecl iterators init_begin() and init_end() with iterator_range inits(). Updating all of the usages of the iterators with range-based for loops.

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