]> granicus.if.org Git - clang/commit
CodeGen: use pointer rather than reference in range loop
authorSaleem Abdulrasool <compnerd@compnerd.org>
Fri, 16 Sep 2016 14:24:26 +0000 (14:24 +0000)
committerSaleem Abdulrasool <compnerd@compnerd.org>
Fri, 16 Sep 2016 14:24:26 +0000 (14:24 +0000)
commit09183879d66104368f93d7d6fddd16cb032f8511
tree974a776ee218169629c98e444fafe84eef94b403
parentc0e5675adf80f12c76eb797de246aa486bc3b0eb
CodeGen: use pointer rather than reference in range loop

Address post-commit comments from Justin Bogner.  Explicitly indicate
that the dereferenced iterator provides a pointer rather than a
reference.  NFC.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@281730 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGObjCMac.cpp