Re-landing changes to use ArrayRef instead of SmallVectorImpl, and new API test.
authorChris Bieneman <beanz@apple.com>
Tue, 27 Jan 2015 22:21:06 +0000 (22:21 +0000)
committerChris Bieneman <beanz@apple.com>
Tue, 27 Jan 2015 22:21:06 +0000 (22:21 +0000)
commit681693628770b4d69ca0ee69859ea97fd85f97e3
tree546831cd0bcdff159e90e216b61d1186ee222765
parentbfa3f9d82ff549fda10aaaf4cb7633dcbf9dcec6
Re-landing changes to use ArrayRef instead of SmallVectorImpl, and new API test.

This contains the changes from r227148 & r227154, and also fixes to the test case to properly clean up the stack options.

llvm-svn: 227255
llvm/include/llvm/Support/CommandLine.h
llvm/lib/Support/CommandLine.cpp
llvm/unittests/Support/CommandLineTest.cpp