]> granicus.if.org Git - clang/commit
Driver: Option's need to know their ID.
authorDaniel Dunbar <daniel@zuster.org>
Wed, 4 Mar 2009 21:53:04 +0000 (21:53 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Wed, 4 Mar 2009 21:53:04 +0000 (21:53 +0000)
commit30b055f553ffa50ae5413ecf0f0ac8061c58f475
tree0ba93f8fab9b96ef8608f5197b8f474347138a1a
parent09e94a35925a3b4fccceb405df07ee1153d5cf29
Driver: Option's need to know their ID.
 - Also, add Input and Unknown opts to OptTable.

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