[C++11] Update Clang for the change to LLVM's Use-Def chain iterators in
r203364: what was use_iterator is now user_iterator, and there is a use_iterator for directly iterating over the uses. This also switches to use the range-based APIs where appropriate. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@203365 91177308-0d34-0410-b5e6-96231b3b80d8
Showing
- lib/CodeGen/CGCall.cpp 1 addition, 1 deletionlib/CodeGen/CGCall.cpp
- lib/CodeGen/CGCleanup.cpp 1 addition, 1 deletionlib/CodeGen/CGCleanup.cpp
- lib/CodeGen/CGException.cpp 3 additions, 6 deletionslib/CodeGen/CGException.cpp
- lib/CodeGen/CGStmt.cpp 2 additions, 3 deletionslib/CodeGen/CGStmt.cpp
- lib/CodeGen/CodeGenFunction.cpp 1 addition, 1 deletionlib/CodeGen/CodeGenFunction.cpp
- lib/CodeGen/CodeGenModule.cpp 2 additions, 2 deletionslib/CodeGen/CodeGenModule.cpp
Loading
Please register or sign in to comment