Options.td: fold the NoForward flag into DriverOption
authorHans Wennborg <hans@hanshq.net>
Thu, 25 Jul 2013 23:09:00 +0000 (23:09 +0000)
committerHans Wennborg <hans@hanshq.net>
Thu, 25 Jul 2013 23:09:00 +0000 (23:09 +0000)
commit83859acd9111e53d6054e3cd6819df06e4362b90
tree7c794a87eb294350afd4c6e841f8a60d8d190a15
parent0e5d7b8c6b5559b669ccf7f1dbe2317c42cb766c
Options.td: fold the NoForward flag into DriverOption

They seemed to have the same implications, and this makes for one
less flag to worry about.

Differential Revision: http://llvm-reviews.chandlerc.com/D1219

llvm-svn: 187168
clang/include/clang/Driver/Options.h
clang/include/clang/Driver/Options.td
clang/lib/Driver/Tools.cpp