PR14303: Add a NoDriverOption flag to those options which are not accepted by
authorRichard Smith <richard-llvm@metafoo.co.uk>
Fri, 9 Nov 2012 22:36:44 +0000 (22:36 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Fri, 9 Nov 2012 22:36:44 +0000 (22:36 +0000)
commite70ed8690f432dddf7a8a272d575681b1622c285
treecdb406893bbd49e7807b387f9b1669fb0ad29270
parent644c62f28f2fe58bc435e8a731cc46fabfb1703a
PR14303: Add a NoDriverOption flag to those options which are not accepted by
the driver (the options defined in CC1Options.td) and exclude their help from
"clang --help".

llvm-svn: 167638
clang/include/clang/Driver/CC1Options.td
clang/include/clang/Driver/OptParser.td
clang/include/clang/Driver/OptTable.h
clang/include/clang/Driver/Option.h
clang/lib/Driver/Driver.cpp
clang/lib/Driver/OptTable.cpp
clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp
clang/test/Driver/immediate-options.c