Pete Cooper suggested the new API should use ArrayRef instead of SmallVectorImpl...
authorChris Bieneman <beanz@apple.com>
Mon, 26 Jan 2015 22:50:47 +0000 (22:50 +0000)
committerChris Bieneman <beanz@apple.com>
Mon, 26 Jan 2015 22:50:47 +0000 (22:50 +0000)
commitf96362358fa60eefabed395a309d57c65af0270f
tree134dbb1281599605477e4125791425d5fe8fde6e
parentc1beae0d4270a7a26fb664f3db461ac899d6b01f
Pete Cooper suggested the new API should use ArrayRef instead of SmallVectorImpl. Also adding a test case.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@227148 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Support/CommandLine.h
lib/Support/CommandLine.cpp
unittests/Support/CommandLineTest.cpp