]> granicus.if.org Git - clang/commit
Driver/OptParser: Add a NoForward flag to prevent forwarding certain options to
authorDaniel Dunbar <daniel@zuster.org>
Fri, 13 Aug 2010 04:44:20 +0000 (04:44 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Fri, 13 Aug 2010 04:44:20 +0000 (04:44 +0000)
commitcaeed1d3a5b366ae8fda5dda9bddc7bbb859c41f
tree931a528e8f0274919e3119ec3a5325851d16f052
parent914ed9d30e9abf829a62aa996b083b1e47c19ff6
Driver/OptParser: Add a NoForward flag to prevent forwarding certain options to
GCC.
 - Mark -Xclang and -mlinker-version= with it for now, although I am sure there
   are more.

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