llvm-mirror/unittests/Option
Hans Wennborg 749f8bc956 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

llvm-svn: 187675
2013-08-02 21:20:27 +00:00
..
CMakeLists.txt
Makefile
OptionParsingTest.cpp Option parsing: recognize the special -- token 2013-08-02 21:20:27 +00:00
Opts.td