]> granicus.if.org Git - clang/commit
[C++11] Update Clang for the change to LLVM's Use-Def chain iterators in
authorChandler Carruth <chandlerc@gmail.com>
Sun, 9 Mar 2014 03:16:50 +0000 (03:16 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Sun, 9 Mar 2014 03:16:50 +0000 (03:16 +0000)
commit2201e59542025cdce2d92988a40e9fc520340ef3
treecb46bc120d68429e1a8d7bef279254ba93766a6f
parentdf4c4c09eeb747af3a42734a895879ed0289fa1a
[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
lib/CodeGen/CGCall.cpp
lib/CodeGen/CGCleanup.cpp
lib/CodeGen/CGException.cpp
lib/CodeGen/CGStmt.cpp
lib/CodeGen/CodeGenFunction.cpp
lib/CodeGen/CodeGenModule.cpp