One more fix to the new API to fix const-correctness.
authorChris Bieneman <beanz@apple.com>
Tue, 27 Jan 2015 00:42:00 +0000 (00:42 +0000)
committerChris Bieneman <beanz@apple.com>
Tue, 27 Jan 2015 00:42:00 +0000 (00:42 +0000)
commit57d5adfe15dbb212011940c242a2ef4356c0164a
tree3c853494f464976188d57455bcc2155d938dada3
parenteb5783171ce65c2ad0421be16a7d4f7941d27a36
One more fix to the new API to fix const-correctness.

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