Handle "--" explicitly in the driver
authorHans Wennborg <hans@hanshq.net>
Tue, 13 Aug 2013 21:32:29 +0000 (21:32 +0000)
committerHans Wennborg <hans@hanshq.net>
Tue, 13 Aug 2013 21:32:29 +0000 (21:32 +0000)
commited1d07282cc9d8e4c25d585e03e5c8a1b6f63a74
tree591c17d8c03489acd58555902058e13ae8befb36
parent327ccc787eb5dec947a99a99390313a9fa88f907
Handle "--" explicitly in the driver

Anything that comes after -- is treated as an input file. This
used to be handled automagically by the option parsing library,
but after LLVM r188314, we should handle it ourselves.

No functionality change.

llvm-svn: 188316
clang/include/clang/Driver/Options.td
clang/lib/Driver/Driver.cpp