svn commit: r278019 - projects/clang360-import/contrib/llvm/tools/clang/lib/Basic
Dimitry Andric
dim at FreeBSD.org
Sun Feb 1 01:54:01 UTC 2015
Author: dim
Date: Sun Feb 1 01:53:59 2015
New Revision: 278019
URL: https://svnweb.freebsd.org/changeset/base/278019
Log:
Belatedly bump the clang repository URL for 3.6.0 RC2.
Modified:
projects/clang360-import/contrib/llvm/tools/clang/lib/Basic/Version.cpp
Modified: projects/clang360-import/contrib/llvm/tools/clang/lib/Basic/Version.cpp
==============================================================================
--- projects/clang360-import/contrib/llvm/tools/clang/lib/Basic/Version.cpp Sun Feb 1 01:42:38 2015 (r278018)
+++ projects/clang360-import/contrib/llvm/tools/clang/lib/Basic/Version.cpp Sun Feb 1 01:53:59 2015 (r278019)
@@ -36,7 +36,7 @@ std::string getClangRepositoryPath() {
// If the SVN_REPOSITORY is empty, try to use the SVN keyword. This helps us
// pick up a tag in an SVN export, for example.
- StringRef SVNRepository("$URL: https://llvm.org/svn/llvm-project/cfe/tags/RELEASE_360/rc1/lib/Basic/Version.cpp $");
+ StringRef SVNRepository("$URL: https://llvm.org/svn/llvm-project/cfe/tags/RELEASE_360/rc2/lib/Basic/Version.cpp $");
if (URL.empty()) {
URL = SVNRepository.slice(SVNRepository.find(':'),
SVNRepository.find("/lib/Basic"));
More information about the svn-src-projects
mailing list