Vendor import of clang 8.0.1 release r366581:

https://llvm.org/svn/llvm-project/cfe/tags/RELEASE_801/final@366581
This commit is contained in:
Dimitry Andric 2019-07-20 14:44:17 +00:00
parent 6dcbd4ab23
commit 13847ea563
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/vendor/clang/dist-release_80/; revision=350168
svn path=/vendor/clang/clang-release_801-r366581/; revision=350169; tag=vendor/clang/clang-release_801-r366581

View File

@ -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/branches/release_80/lib/Basic/Version.cpp $");
StringRef SVNRepository("$URL: https://llvm.org/svn/llvm-project/cfe/tags/RELEASE_801/final/lib/Basic/Version.cpp $");
if (URL.empty()) {
URL = SVNRepository.slice(SVNRepository.find(':'),
SVNRepository.find("/lib/Basic"));