aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDimitry Andric <dim@FreeBSD.org>2019-12-20 21:30:51 +0000
committerDimitry Andric <dim@FreeBSD.org>2019-12-20 21:30:51 +0000
commit2b395326b47843b62f2844b40eee018b785706ab (patch)
tree803a89524bb5459e231bab78abdfefe6ce6d7a66
parentf351b82801c9e035af06d794abbf67cc246555fa (diff)
downloadsrc-vendor/llvm-project/release-8.x.tar.gz
src-vendor/llvm-project/release-8.x.zip
Eliminate differences between Git version of llvm-project release/8.x,vendor/llvm-project/release-8.x
and our vendor import in ^/vendor/llvm-project/release-8.x.
Notes
Notes: svn path=/vendor/llvm-project/release-8.x/; revision=355955
-rw-r--r--clang/lib/Basic/Version.cpp2
-rw-r--r--clang/tools/scan-build/man/scan-build.12
-rw-r--r--clang/www/cxx_dr_status.html2
-rw-r--r--clang/www/cxx_status.html2
-rw-r--r--llvm/utils/vim/syntax/llvm.vim2
-rw-r--r--llvm/utils/vim/syntax/tablegen.vim2
-rw-r--r--llvm/utils/vim/vimrc2
7 files changed, 7 insertions, 7 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
diff --git a/llvm/utils/vim/syntax/llvm.vim b/llvm/utils/vim/syntax/llvm.vim
index 7ea007f55cab..9345a9c0901a 100644
--- a/llvm/utils/vim/syntax/llvm.vim
+++ b/llvm/utils/vim/syntax/llvm.vim
@@ -1,7 +1,7 @@
" Vim syntax file
" Language: llvm
" Maintainer: The LLVM team, http://llvm.org/
-" Version: $Revision: 346785 $
+" Version: $Revision$
if version < 600
syntax clear
diff --git a/llvm/utils/vim/syntax/tablegen.vim b/llvm/utils/vim/syntax/tablegen.vim
index 21f484893353..a9b0e4e3a4e7 100644
--- a/llvm/utils/vim/syntax/tablegen.vim
+++ b/llvm/utils/vim/syntax/tablegen.vim
@@ -1,7 +1,7 @@
" Vim syntax file
" Language: TableGen
" Maintainer: The LLVM team, http://llvm.org/
-" Version: $Revision: 235369 $
+" Version: $Revision$
if version < 600
syntax clear
diff --git a/llvm/utils/vim/vimrc b/llvm/utils/vim/vimrc
index 37983e4779fe..2cc8ae9cfa29 100644
--- a/llvm/utils/vim/vimrc
+++ b/llvm/utils/vim/vimrc
@@ -1,5 +1,5 @@
" LLVM coding guidelines conformance for VIM
-" $Revision: 293693 $
+" $Revision$
"
" Maintainer: The LLVM Team, http://llvm.org
" WARNING: Read before you source in all these commands and macros! Some