]> granicus.if.org Git - clang/commit
[C++11] Replacing CGFunctionInfo arg iterators with iterator_range arguments(). Updat...
authorAaron Ballman <aaron@aaronballman.com>
Mon, 17 Mar 2014 18:10:01 +0000 (18:10 +0000)
committerAaron Ballman <aaron@aaronballman.com>
Mon, 17 Mar 2014 18:10:01 +0000 (18:10 +0000)
commitbbe3878c8894da9fb0f54286c42fba84e6da95c4
treef7978c1ce72a355c3f3ee431519ae42222090797
parent3985a324489dc4477b803bbb72f5d853a41324d3
[C++11] Replacing CGFunctionInfo arg iterators with iterator_range arguments(). Updating all of the usages of the iterators with range-based for loops.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@204068 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/CodeGen/CGFunctionInfo.h
lib/CodeGen/CGCall.cpp
lib/CodeGen/TargetInfo.cpp