Vendor import of clang 8.0.0 release r356365:

https://llvm.org/svn/llvm-project/cfe/tags/RELEASE_800/final@356365
This commit is contained in:
Dimitry Andric 2019-03-20 17:46:38 +00:00
parent 54a27abbcb
commit d0010a8e4c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/vendor/clang/dist-release_80/; revision=345336
svn path=/vendor/clang/clang-release_800-r356365/; revision=345337; tag=vendor/clang/clang-release_800-r356365
2 changed files with 1424 additions and 669 deletions

File diff suppressed because it is too large Load Diff

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_800/final/lib/Basic/Version.cpp $");
if (URL.empty()) {
URL = SVNRepository.slice(SVNRepository.find(':'),
SVNRepository.find("/lib/Basic"));