llvm-6502/lib/Option
Reid Kleckner a2549d3827 [Option] Add inclusion and exclusion flags to option parsing
Summary:
This allows the clang driver to put MSVC compatible options in the same
enumerator space as its normal options but exclude them from normal
option parsing.

Also changes the standard ParseArgs() method to consider unknown
arguments with a leading slash as being inputs rather than flags.

High level discussion for clang-cl is here:
http://lists.cs.uiuc.edu/pipermail/cfe-dev/2013-June/030404.html

CC: llvm-commits

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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@186703 91177308-0d34-0410-b5e6-96231b3b80d8
2013-07-19 18:04:57 +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 Fix a crash bug in dumping options with groups 2013-06-26 22:43:37 +00:00
OptTable.cpp [Option] Add inclusion and exclusion flags to option parsing 2013-07-19 18:04:57 +00:00