[llvm-commits] [PATCH] Make Path use StringRef instead of std::string where possible (issue161054)

jyasskin at gmail.com jyasskin at gmail.com
Mon Dec 7 15:06:02 PST 2009


Reviewers: ,

Message:
This depends on the patch I just sent to cfe-commits. I wanted to run it
by the list in case there are objections to the interface change (that,
for example, Path.getSuffix().c_str() no longer works).



Please review this at http://codereview.appspot.com/161054

Affected files:
   M     include/llvm/System/Path.h
   M     lib/CompilerDriver/CompilationGraph.cpp
   M     lib/System/Path.cpp
   M     lib/System/Unix/Path.inc
   M     lib/System/Win32/Path.inc





More information about the llvm-commits mailing list