Make Path use StringRef instead of std::string where possible.
authorJeffrey Yasskin <jyasskin@google.com>
Thu, 17 Dec 2009 21:02:39 +0000 (21:02 +0000)
committerJeffrey Yasskin <jyasskin@google.com>
Thu, 17 Dec 2009 21:02:39 +0000 (21:02 +0000)
commit88cd3582b6cb70c0283e4c5d6d783114323a1ce1
tree7debf4e6f69213f00f713215844f951a4f087b07
parentaeb79aea8f4761f1c46731ac6bd58cbccdcfa097
Make Path use StringRef instead of std::string where possible.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@91620 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/System/Path.h
lib/CompilerDriver/CompilationGraph.cpp
lib/System/Path.cpp
lib/System/Unix/Path.inc
lib/System/Win32/Path.inc