Change CommaSeparated processing to do it with StringRef instead of temporary std...
authorChris Lattner <sabre@nondot.org>
Sun, 20 Sep 2009 01:49:31 +0000 (01:49 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 20 Sep 2009 01:49:31 +0000 (01:49 +0000)
commit341620b2762e604fbf8c75913a1cc5b9c9297b7d
tree583e1e73e02402662721d1a9df02e09c5db5ee78
parent33c06adcf10d3ef7bbfc70f09f4966eec2e6c85e
Change CommaSeparated processing to do it with StringRef instead of temporary std::strings.
This requires StringRef'izing ProvideOption which I also did.

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