Copy clang/Driver/<Option parsing stuff> to llvm.
authorMichael J. Spencer <bigcheesegs@gmail.com>
Wed, 5 Dec 2012 00:29:32 +0000 (00:29 +0000)
committerMichael J. Spencer <bigcheesegs@gmail.com>
Wed, 5 Dec 2012 00:29:32 +0000 (00:29 +0000)
commit41ee041d4fe80349ba2ed96f08268da21d5eaccf
treebdc85d8353e64b7a89cac719ebe6bc56677678eb
parentd7fb396eb2b0539c905ed8e86486b832b499fd2b
Copy clang/Driver/<Option parsing stuff> to llvm.

llvm-svn: 169344
24 files changed:
llvm/include/llvm/Option/Arg.h [new file with mode: 0644]
llvm/include/llvm/Option/ArgList.h [new file with mode: 0644]
llvm/include/llvm/Option/OptParser.td [new file with mode: 0644]
llvm/include/llvm/Option/OptSpecifier.h [new file with mode: 0644]
llvm/include/llvm/Option/OptTable.h [new file with mode: 0644]
llvm/include/llvm/Option/Option.h [new file with mode: 0644]
llvm/lib/CMakeLists.txt
llvm/lib/LLVMBuild.txt
llvm/lib/Makefile
llvm/lib/Option/Arg.cpp [new file with mode: 0644]
llvm/lib/Option/ArgList.cpp [new file with mode: 0644]
llvm/lib/Option/CMakeLists.txt [new file with mode: 0644]
llvm/lib/Option/LLVMBuild.txt [new file with mode: 0644]
llvm/lib/Option/Makefile [new file with mode: 0644]
llvm/lib/Option/OptTable.cpp [new file with mode: 0644]
llvm/lib/Option/Option.cpp [new file with mode: 0644]
llvm/unittests/CMakeLists.txt
llvm/unittests/Option/CMakeLists.txt [new file with mode: 0644]
llvm/unittests/Option/OptionParsingTest.cpp [new file with mode: 0644]
llvm/unittests/Option/Opts.td [new file with mode: 0644]
llvm/utils/TableGen/CMakeLists.txt
llvm/utils/TableGen/OptParserEmitter.cpp [new file with mode: 0644]
llvm/utils/TableGen/TableGen.cpp
llvm/utils/TableGen/TableGenBackends.h