[C++11] Replacing DeclBase iterators specific_attr_begin() and...
[C++11] Replacing DeclBase iterators specific_attr_begin() and specific_attr_end() with iterator_range specific_attrs(). Updating all of the usages of the iterators with range-based for loops. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@203474 91177308-0d34-0410-b5e6-96231b3b80d8
Showing
- include/clang/AST/DeclBase.h 6 additions, 0 deletionsinclude/clang/AST/DeclBase.h
- lib/AST/Decl.cpp 2 additions, 5 deletionslib/AST/Decl.cpp
- lib/Analysis/ThreadSafety.cpp 4 additions, 8 deletionslib/Analysis/ThreadSafety.cpp
- lib/CodeGen/CodeGenFunction.cpp 4 additions, 8 deletionslib/CodeGen/CodeGenFunction.cpp
- lib/CodeGen/CodeGenModule.cpp 2 additions, 4 deletionslib/CodeGen/CodeGenModule.cpp
- lib/Sema/SemaChecking.cpp 6 additions, 20 deletionslib/Sema/SemaChecking.cpp
- lib/Sema/SemaCodeComplete.cpp 2 additions, 6 deletionslib/Sema/SemaCodeComplete.cpp
- lib/Sema/SemaDecl.cpp 15 additions, 27 deletionslib/Sema/SemaDecl.cpp
- lib/Sema/SemaDeclAttr.cpp 14 additions, 24 deletionslib/Sema/SemaDeclAttr.cpp
- lib/StaticAnalyzer/Checkers/DirectIvarAssignment.cpp 2 additions, 11 deletionslib/StaticAnalyzer/Checkers/DirectIvarAssignment.cpp
- lib/StaticAnalyzer/Checkers/GenericTaintChecker.cpp 1 addition, 5 deletionslib/StaticAnalyzer/Checkers/GenericTaintChecker.cpp
- lib/StaticAnalyzer/Checkers/IvarInvalidationChecker.cpp 1 addition, 4 deletionslib/StaticAnalyzer/Checkers/IvarInvalidationChecker.cpp
- lib/StaticAnalyzer/Checkers/MallocChecker.cpp 9 additions, 18 deletionslib/StaticAnalyzer/Checkers/MallocChecker.cpp
Loading
Please register or sign in to comment