]> granicus.if.org Git - clang/commit
Driver: Add ArgList::hasArg, for testing for the presence of an
authorDaniel Dunbar <daniel@zuster.org>
Thu, 12 Mar 2009 01:36:44 +0000 (01:36 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Thu, 12 Mar 2009 01:36:44 +0000 (01:36 +0000)
commitd8cadd4f250d1b69373fc80477f67375d2c54820
treea7d8879b3b8368e46f9c2276f092c4a2ac31fb1e
parentcf0dd156e7b9d6a70b7290f5af9646859631bd9a
Driver: Add ArgList::hasArg, for testing for the presence of an
argument matching some Option::ID.

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