From a8bf33ad36837b398d3dabfd5fff1142660a1dca Mon Sep 17 00:00:00 2001 From: Nico Weber Date: Tue, 22 Jun 2021 17:55:44 -0400 Subject: [PATCH] [clang] unbreak Index/preamble-reparse-changed-module.m with LLVM_APPEND_VC_REV=NO after 7942ebdf01b3 See revision b8b7a9dcdcbc for prior art. --- clang/include/clang/Serialization/ASTBitCodes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clang/include/clang/Serialization/ASTBitCodes.h b/clang/include/clang/Serialization/ASTBitCodes.h index ad2dcc2..8edf43d 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 = 13; +const unsigned VERSION_MAJOR = 14; /// AST file minor version number supported by this version of /// Clang. -- 2.7.4