[clang] e374216 - Revert "unbreak Modules/cxx20-export-import.cpp with LLVM_APPEND_VC_REV after 8c8a2679a20f"

Nico Weber via cfe-commits cfe-commits at lists.llvm.org
Thu Jun 2 06:32:18 PDT 2022


Author: Nico Weber
Date: 2022-06-02T09:31:57-04:00
New Revision: e37421669e223ac4e67a0158eae7d78af2ff0b88

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

LOG: Revert "unbreak Modules/cxx20-export-import.cpp with LLVM_APPEND_VC_REV after 8c8a2679a20f"

This reverts commit 4463bd0f89181234e0cef982e21de2e96038f873.
8c8a2679a20f was reverted in d42fe9aa8420.

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..1ed234e644e79 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 = 19;
 
 /// AST file minor version number supported by this version of
 /// Clang.


        


More information about the cfe-commits mailing list