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 ac1235d commit a60e9b3Copy full SHA for a60e9b3
clang/include/clang/Serialization/ASTBitCodes.h
@@ -41,7 +41,7 @@ namespace serialization {
41
/// Version 4 of AST files also requires that the version control branch and
42
/// revision match exactly, since there is no backward compatibility of
43
/// AST files at this time.
44
-const unsigned VERSION_MAJOR = 17;
+const unsigned VERSION_MAJOR = 18;
45
46
/// AST file minor version number supported by this version of
47
/// Clang.
0 commit comments