Driver: Remove some superfluous calls to Arg->claim()
authorJustin Bogner <mail@justinbogner.com>
Fri, 20 Jun 2014 21:12:53 +0000 (21:12 +0000)
committerJustin Bogner <mail@justinbogner.com>
Fri, 20 Jun 2014 21:12:53 +0000 (21:12 +0000)
commit5443ad57721e9c817bfe4fa87898c2d4292aec8d
tree42c46f66a2fa94b841cfd9456075ef9a62a4abe5
parentf1c9cbc2a21ee4321374146a2d85ab57e09b2d24
Driver: Remove some superfluous calls to Arg->claim()

Args.getLastArg() claims the Arg it returns, so calling claim on these
results is unnecessary.

llvm-svn: 211403
clang/lib/Driver/Tools.cpp