We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4a0aed commit c0d0966Copy full SHA for c0d0966
clang/include/clang/Serialization/ASTBitCodes.h
@@ -43,7 +43,7 @@ namespace serialization {
43
/// Version 4 of AST files also requires that the version control branch and
44
/// revision match exactly, since there is no backward compatibility of
45
/// AST files at this time.
46
-const unsigned VERSION_MAJOR = 30;
+const unsigned VERSION_MAJOR = 31;
47
48
/// AST file minor version number supported by this version of
49
/// Clang.
0 commit comments