]> granicus.if.org Git - clang/commit
Driver: Change Option parsing to always create arguments referring to unaliased
authorDaniel Dunbar <daniel@zuster.org>
Wed, 9 Jun 2010 22:44:34 +0000 (22:44 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Wed, 9 Jun 2010 22:44:34 +0000 (22:44 +0000)
commit3856ab3502676efabceb91fc5ca978810a35aeca
tree7f2604eb62614631ffb3c8288b92f3534d31f073
parent532c1ec307b8689e95896a11ce5ae4661fa9e5d3
Driver: Change Option parsing to always create arguments referring to unaliased
options.
 - This matches the intent of the .td files, and will simplify alias handling.
 - PR7321.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@105763 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Driver/Options.td
lib/Driver/Option.cpp
test/Driver/option-aliases.c [new file with mode: 0644]