Skip to content

Commit 5086cff

Browse files
committed
Revert "unbreak Modules/cxx20-export-import.cpp with LLVM_APPEND_VC_REV after 32b73bc"
This reverts commit 1689b10. This patch was only added to fix a failure with 32b73bc, which has been reverted again.
1 parent 09193f2 commit 5086cff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/include/clang/Serialization/ASTBitCodes.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ namespace serialization {
4141
/// Version 4 of AST files also requires that the version control branch and
4242
/// revision match exactly, since there is no backward compatibility of
4343
/// AST files at this time.
44-
const unsigned VERSION_MAJOR = 16;
44+
const unsigned VERSION_MAJOR = 15;
4545

4646
/// AST file minor version number supported by this version of
4747
/// Clang.

0 commit comments

Comments
 (0)