diff options
Diffstat (limited to 'clang')
-rw-r--r-- | clang/lib/Basic/Version.cpp | 2 | ||||
-rw-r--r-- | clang/tools/scan-build/man/scan-build.1 | 2 | ||||
-rw-r--r-- | clang/www/cxx_dr_status.html | 2 | ||||
-rw-r--r-- | clang/www/cxx_status.html | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/clang/lib/Basic/Version.cpp b/clang/lib/Basic/Version.cpp index 853696ba85ca..c2b7753d4128 100644 --- a/clang/lib/Basic/Version.cpp +++ b/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_801/final/lib/Basic/Version.cpp $"); + StringRef SVNRepository("$URL$"); if (URL.empty()) { URL = SVNRepository.slice(SVNRepository.find(':'), SVNRepository.find("/lib/Basic")); diff --git a/clang/tools/scan-build/man/scan-build.1 b/clang/tools/scan-build/man/scan-build.1 index 3e3252e1b643..cf7e7b15c35a 100644 --- a/clang/tools/scan-build/man/scan-build.1 +++ b/clang/tools/scan-build/man/scan-build.1 @@ -1,6 +1,6 @@ .\" This file is distributed under the University of Illinois Open Source .\" License. See LICENSE.TXT for details. -.\" $Id: scan-build.1 329399 2018-04-06 15:14:32Z alexfh $ +.\" $Id$ .Dd May 25, 2012 .Dt SCAN-BUILD 1 .Os "clang" "3.5" diff --git a/clang/www/cxx_dr_status.html b/clang/www/cxx_dr_status.html index fe3cc535882b..b3165c7f17fa 100644 --- a/clang/www/cxx_dr_status.html +++ b/clang/www/cxx_dr_status.html @@ -28,7 +28,7 @@ <!--*************************************************************************--> <h1>C++ Defect Report Support in Clang</h1> <!--*************************************************************************--> -<p>Last updated: $Date: 2019-01-07 07:00:46 +0100 (Mon, 07 Jan 2019) $</p> +<p>Last updated: $Date$</p> <h2 id="cxxdr">C++ defect report implementation status</h2> diff --git a/clang/www/cxx_status.html b/clang/www/cxx_status.html index 5461460c78cc..95aa291827a3 100644 --- a/clang/www/cxx_status.html +++ b/clang/www/cxx_status.html @@ -26,7 +26,7 @@ <!--*************************************************************************--> <h1>C++ Support in Clang</h1> <!--*************************************************************************--> -<p>Last updated: $Date: 2019-01-11 18:09:22 +0100 (Fri, 11 Jan 2019) $</p> +<p>Last updated: $Date$</p> <p>Clang fully implements all published ISO C++ standards (<a href="#cxx98">C++98 / C++03</a>, <a |