]> granicus.if.org Git - clang/commit
Improved efficiency by using iterator returned by erase, rather then restarting.
authorChad Rosier <mcrosier@apple.com>
Mon, 8 Aug 2011 17:17:15 +0000 (17:17 +0000)
committerChad Rosier <mcrosier@apple.com>
Mon, 8 Aug 2011 17:17:15 +0000 (17:17 +0000)
commitaec8f4538dfc4fbe9dca92db63688b84f8f0c2a1
tree3801d7b5d886cf3cb3dae82d33f9c3caa33a2a90
parent1661d717563d6a27dec3da69deba2b2efaa45802
Improved efficiency by using iterator returned by erase, rather then restarting.
Thanks to David Blaikie for pointing this out.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@137051 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Driver/ArgList.cpp