llvm-6502/lib/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
..
Arg.cpp
ArgList.cpp Revert "[Option] Store arg strings in a set backed by a BumpPtrAllocator" 2013-07-15 16:40:52 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile
Option.cpp Option parsing: add support for alias arguments. 2013-07-31 22:44:41 +00:00
OptTable.cpp Option parsing: recognize the special -- token 2013-08-02 21:20:27 +00:00