diff options
author | dim <dim@FreeBSD.org> | 2010-10-07 16:35:05 +0000 |
---|---|---|
committer | dim <dim@FreeBSD.org> | 2010-10-07 16:35:05 +0000 |
commit | 69b4eca4a4255ba43baa5c1d9bbdec3ec17f479e (patch) | |
tree | 79ebd0fdd9f8ff8ff4f7df2e1c7e5ad6c3b5680f | |
parent | 36c49e3f258dced101949edabd72e9bc3f1dedc4 (diff) | |
download | FreeBSD-src-69b4eca4a4255ba43baa5c1d9bbdec3ec17f479e.zip FreeBSD-src-69b4eca4a4255ba43baa5c1d9bbdec3ec17f479e.tar.gz |
Vendor import of clang 2.8 release:
http://llvm.org/svn/llvm-project/cfe/tags/RELEASE_28@115870
Approved by: rpaulo (mentor)
-rw-r--r-- | lib/Basic/Version.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Basic/Version.cpp b/lib/Basic/Version.cpp index 3e6d222..28f2954 100644 --- a/lib/Basic/Version.cpp +++ b/lib/Basic/Version.cpp @@ -21,7 +21,7 @@ using namespace std; namespace clang { llvm::StringRef getClangRepositoryPath() { - static const char URL[] = "$URL: http://llvm.org/svn/llvm-project/cfe/branches/release_28/lib/Basic/Version.cpp $"; + static const char URL[] = "$URL: http://llvm.org/svn/llvm-project/cfe/tags/RELEASE_28/lib/Basic/Version.cpp $"; const char *URLEnd = URL + strlen(URL); const char *End = strstr(URL, "/lib/Basic"); |