llvm-6502/lib/Option
Hans Wennborg 6c7e78746e Option parsing: allow aliases in groups
Option aliases in option groups were previously disallowed by an assert.
As far as I can tell, there was no technical reason for this, and I would
like to be able to put cl.exe compatible options in their own group for Clang,
so let's change the assert.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@186838 91177308-0d34-0410-b5e6-96231b3b80d8
2013-07-22 16:18:13 +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: allow aliases in groups 2013-07-22 16:18:13 +00:00
OptTable.cpp [Option] Add inclusion and exclusion flags to option parsing 2013-07-19 18:04:57 +00:00