summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver/Driver.cpp
diff options
context:
space:
mode:
authorTed Kremenek <kremenek@apple.com>2010-01-22 20:55:35 +0000
committerTed Kremenek <kremenek@apple.com>2010-01-22 20:55:35 +0000
commit2377a0e0ea01f57ad4ee5e39772f586217344cde (patch)
tree15c44c9bf47a90d366aaf471aa248cb67a35f263 /clang/lib/Driver/Driver.cpp
parent9ae8d349e6d4b2e1b0e56961747a374d1ef1f24b (diff)
downloadbcm5719-llvm-2377a0e0ea01f57ad4ee5e39772f586217344cde.tar.gz
bcm5719-llvm-2377a0e0ea01f57ad4ee5e39772f586217344cde.zip
Rename getClangSubversionPath() -> getClangRepositoryPath() and have it return a StringRef.
llvm-svn: 94213
Diffstat (limited to 'clang/lib/Driver/Driver.cpp')
-rw-r--r--clang/lib/Driver/Driver.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Driver/Driver.cpp b/clang/lib/Driver/Driver.cpp
index c2693d8dfff..5490ef3d67a 100644
--- a/clang/lib/Driver/Driver.cpp
+++ b/clang/lib/Driver/Driver.cpp
@@ -286,7 +286,7 @@ void Driver::PrintVersion(const Compilation &C, llvm::raw_ostream &OS) const {
OS << CLANG_VENDOR;
#endif
OS << "clang version " CLANG_VERSION_STRING " ("
- << getClangSubversionPath();
+ << getClangRepositoryPath();
if (unsigned Revision = getClangSubversionRevision())
OS << " " << Revision;
OS << ")" << '\n';
OpenPOWER on IntegriCloud