[clang] 3071092 - unbreak Modules/cxx20-export-import.cpp with LLVM_APPEND_VC_REV=OFF after 45d88cd00846
Nico Weber via cfe-commits
cfe-commits at lists.llvm.org
Wed Jun 15 14:42:47 PDT 2022
Author: Nico Weber
Date: 2022-06-15T17:42:35-04:00
New Revision: 307109266f6c7598dfc69b6388fa271662de9388
URL: https://github.com/llvm/llvm-project/commit/307109266f6c7598dfc69b6388fa271662de9388
DIFF: https://github.com/llvm/llvm-project/commit/307109266f6c7598dfc69b6388fa271662de9388.diff
LOG: unbreak Modules/cxx20-export-import.cpp with LLVM_APPEND_VC_REV=OFF after 45d88cd00846
See revision b8b7a9dcdcbc for prior art.
Added:
Modified:
clang/include/clang/Serialization/ASTBitCodes.h
Removed:
################################################################################
diff --git a/clang/include/clang/Serialization/ASTBitCodes.h b/clang/include/clang/Serialization/ASTBitCodes.h
index 0ea8b9002a974..2f699ab943fb4 100644
--- a/clang/include/clang/Serialization/ASTBitCodes.h
+++ b/clang/include/clang/Serialization/ASTBitCodes.h
@@ -41,7 +41,7 @@ namespace serialization {
/// Version 4 of AST files also requires that the version control branch and
/// revision match exactly, since there is no backward compatibility of
/// AST files at this time.
-const unsigned VERSION_MAJOR = 20;
+const unsigned VERSION_MAJOR = 21;
/// AST file minor version number supported by this version of
/// Clang.
More information about the cfe-commits
mailing list