]> granicus.if.org Git - clang/commit
Driver: Add argument translation utilities to ArgList.
authorDaniel Dunbar <daniel@zuster.org>
Wed, 18 Mar 2009 09:29:36 +0000 (09:29 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Wed, 18 Mar 2009 09:29:36 +0000 (09:29 +0000)
commit18a7f33af877fca8f72cfde00d52f4aef600547f
tree6184ed0779cc1e1c6e286323d82bc26082626c1c
parentb488c1dac8e53206f07103d794a62a3f5012c0f4
Driver: Add argument translation utilities to ArgList.
 - Support things like telling which -ffoo -fno-foo option won, and
   forwarding all arguments matching a certain set of options to the
   tool.

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