[clang] a60e9b3 - unbreak Modules/cxx20-export-import.cpp with LLVM_APPEND_VC_REV after fa34951fbc9bde75

Nico Weber via cfe-commits cfe-commits at lists.llvm.org
Fri Apr 8 16:43:51 PDT 2022


Author: Nico Weber
Date: 2022-04-08T19:43:40-04:00
New Revision: a60e9b373f30ff1fc2af96cf6730d4ca461d1ba5

URL: https://github.com/llvm/llvm-project/commit/a60e9b373f30ff1fc2af96cf6730d4ca461d1ba5
DIFF: https://github.com/llvm/llvm-project/commit/a60e9b373f30ff1fc2af96cf6730d4ca461d1ba5.diff

LOG: unbreak Modules/cxx20-export-import.cpp with LLVM_APPEND_VC_REV after fa34951fbc9bde75

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 a9410b5259a99..d11c91368ee3f 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 = 17;
+const unsigned VERSION_MAJOR = 18;
 
 /// AST file minor version number supported by this version of
 /// Clang.


        


More information about the cfe-commits mailing list