cl::ParseCommandLineOptions(): Use StringRef to receive sys::path::filename() instead...
authorNAKAMURA Takumi <geek4civic@gmail.com>
Wed, 23 Apr 2014 14:51:23 +0000 (14:51 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Wed, 23 Apr 2014 14:51:23 +0000 (14:51 +0000)
commitc6c61c39d3be78d8c91692fac1f73f6ba0864629
treee2b40c9b05ece678f314db5a0d9f2a088cf58a28
parentdb3d12f3be28af811e01c0709b3a914292522b5b
cl::ParseCommandLineOptions(): Use StringRef to receive sys::path::filename() instead of std::string.

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