[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)
commit4d01fff4923795055c19272d08247d66cc2ed1fd
treea35c029350f0ddb710086981cf1aa1c451baabc1
parentcdf4788401afff02e12279fc1fded94d6180639c
[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.

llvm-svn: 203365
clang/lib/CodeGen/CGCall.cpp
clang/lib/CodeGen/CGCleanup.cpp
clang/lib/CodeGen/CGException.cpp
clang/lib/CodeGen/CGStmt.cpp
clang/lib/CodeGen/CodeGenFunction.cpp
clang/lib/CodeGen/CodeGenModule.cpp