diff options
author | dim <dim@FreeBSD.org> | 2015-02-01 01:53:59 +0000 |
---|---|---|
committer | dim <dim@FreeBSD.org> | 2015-02-01 01:53:59 +0000 |
commit | bcd1c03c73ca4eef3dfd13843ff1597c4fed712c (patch) | |
tree | 1e180deb9f9988685b352e66f9d8a39f7a9e675e /contrib/llvm/tools/clang/lib/Basic | |
parent | ae373539d8bfc3f0190758585f491e2b58db27c8 (diff) | |
download | FreeBSD-src-bcd1c03c73ca4eef3dfd13843ff1597c4fed712c.zip FreeBSD-src-bcd1c03c73ca4eef3dfd13843ff1597c4fed712c.tar.gz |
Belatedly bump the clang repository URL for 3.6.0 RC2.
Diffstat (limited to 'contrib/llvm/tools/clang/lib/Basic')
-rw-r--r-- | contrib/llvm/tools/clang/lib/Basic/Version.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/llvm/tools/clang/lib/Basic/Version.cpp b/contrib/llvm/tools/clang/lib/Basic/Version.cpp index 3ba51d4..4b31158 100644 --- a/contrib/llvm/tools/clang/lib/Basic/Version.cpp +++ b/contrib/llvm/tools/clang/lib/Basic/Version.cpp @@ -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")); |