]> granicus.if.org Git - clang/commit
[C++11] Replacing ObjCCategoryDecl iterators propimpl_begin() and propimpl_end()...
authorAaron Ballman <aaron@aaronballman.com>
Fri, 14 Mar 2014 15:02:45 +0000 (15:02 +0000)
committerAaron Ballman <aaron@aaronballman.com>
Fri, 14 Mar 2014 15:02:45 +0000 (15:02 +0000)
commit90f0e7122a3be18f0c4995318b61e41b74dff416
tree52683e8c2370bb8d3ddad29e875e33d6490d3a86
parentb668ff5a404756a15e3d8853ef35c93900dd7d96
[C++11] Replacing ObjCCategoryDecl iterators propimpl_begin() and propimpl_end() with iterator_range property_impls(). Updating all of the usages of the iterators with range-based for loops.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@203930 91177308-0d34-0410-b5e6-96231b3b80d8
13 files changed:
include/clang/AST/DeclObjC.h
lib/ARCMigrate/TransZeroOutPropsInDealloc.cpp
lib/AST/ASTContext.cpp
lib/AST/DeclObjC.cpp
lib/Analysis/BodyFarm.cpp
lib/CodeGen/CGObjCGNU.cpp
lib/CodeGen/CGObjCMac.cpp
lib/CodeGen/CodeGenModule.cpp
lib/Rewrite/Frontend/RewriteModernObjC.cpp
lib/Rewrite/Frontend/RewriteObjC.cpp
lib/Sema/SemaObjCProperty.cpp
lib/StaticAnalyzer/Checkers/CheckObjCDealloc.cpp
lib/StaticAnalyzer/Checkers/ObjCUnusedIVarsChecker.cpp