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
Loading
Please sign in to comment
Args.getLastArg() claims the Arg it returns, so calling claim on these results is unnecessary. llvm-svn: 211403