llvm-6502/unittests/Option
Hans Wennborg 6bf104b165 Option parsing: recognize the special -- token
Everything that comes after -- should be treated as a filename. This
enables passing in filenames that would otherwise be conflated with
command-line options.

This is especially important for clang-cl which supports options
starting with /, which are easily conflatable with Unix-style
path names.

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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@187675 91177308-0d34-0410-b5e6-96231b3b80d8
2013-08-02 21:20:27 +00:00
..
CMakeLists.txt
Makefile Add Option unit tests to the make build 2013-07-20 03:04:36 +00:00
OptionParsingTest.cpp Option parsing: recognize the special -- token 2013-08-02 21:20:27 +00:00
Opts.td Option parsing: add support for alias arguments. 2013-07-31 22:44:41 +00:00