[C++11] Replacing ObjCInterfaceDecl iterators ivar_begin() and ivar_end() with...
[C++11] Replacing ObjCInterfaceDecl iterators ivar_begin() and ivar_end() with iterator_range ivars(). Updating all of the usages of the iterators with range-based for loops. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@203849 91177308-0d34-0410-b5e6-96231b3b80d8
Showing
- include/clang/AST/DeclObjC.h 2 additions, 0 deletionsinclude/clang/AST/DeclObjC.h
- lib/AST/ASTContext.cpp 2 additions, 3 deletionslib/AST/ASTContext.cpp
- lib/AST/DeclPrinter.cpp 4 additions, 4 deletionslib/AST/DeclPrinter.cpp
- lib/Sema/SemaDeclObjC.cpp 1 addition, 3 deletionslib/Sema/SemaDeclObjC.cpp
- lib/StaticAnalyzer/Checkers/CheckObjCDealloc.cpp 4 additions, 7 deletionslib/StaticAnalyzer/Checkers/CheckObjCDealloc.cpp
- lib/StaticAnalyzer/Checkers/ObjCUnusedIVarsChecker.cpp 6 additions, 10 deletionslib/StaticAnalyzer/Checkers/ObjCUnusedIVarsChecker.cpp
Loading
Please register or sign in to comment