]> granicus.if.org Git - clang/commit
Driver: Update ArgList::{hasArg,getLastArg} to optionally claim the
authorDaniel Dunbar <daniel@zuster.org>
Sun, 15 Mar 2009 00:48:16 +0000 (00:48 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Sun, 15 Mar 2009 00:48:16 +0000 (00:48 +0000)
commit8022fd46d45005de63306a7513aece20a1be16ed
treecab726771b33b144146ab35623ad873bdd64ab28
parent85c491064b33e8d407166256a9e639bc1fcad4ef
Driver: Update ArgList::{hasArg,getLastArg} to optionally claim the
arguments if they exist.

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