Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 1 Feb 2015 01:54:00 +0000 (UTC)
From:      Dimitry Andric <dim@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-projects@freebsd.org
Subject:   svn commit: r278019 - projects/clang360-import/contrib/llvm/tools/clang/lib/Basic
Message-ID:  <201502010154.t111s0X4039373@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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"));



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201502010154.t111s0X4039373>