Options: explicit handling of --
authorHans Wennborg <hans@hanshq.net>
Tue, 13 Aug 2013 22:23:05 +0000 (22:23 +0000)
committerHans Wennborg <hans@hanshq.net>
Tue, 13 Aug 2013 22:23:05 +0000 (22:23 +0000)
commitb06ccefc910a32564cb55aaf6fe265182293bfaa
tree296d7d7767c0d5b2fb0779974fd18e4883d2175c
parent51a0280d296405cb1fdb268e5387867e0db2e46e
Options: explicit handling of --

Clients of the option parsing library should handle it explicitly
using a KIND_REMAINING_ARGS option.

Clang and lld have been updated in r188316 and r188318, respectively.

Also fix -Wsign-compare warning in the option parsing test.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@188323 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Option/OptTable.cpp
unittests/Option/OptionParsingTest.cpp