Author: Nico Weber Date: 2022-06-01T22:33:36-04:00 New Revision: 4463bd0f89181234e0cef982e21de2e96038f873
URL: https://github.com/llvm/llvm-project/commit/4463bd0f89181234e0cef982e21de2e96038f873 DIFF: https://github.com/llvm/llvm-project/commit/4463bd0f89181234e0cef982e21de2e96038f873.diff LOG: unbreak Modules/cxx20-export-import.cpp with LLVM_APPEND_VC_REV after 8c8a2679a20f 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 1ed234e644e79..0ea8b9002a974 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 = 19; +const unsigned VERSION_MAJOR = 20; /// AST file minor version number supported by this version of /// Clang. _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits