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 a2b57e9 commit 6c92151Copy full SHA for 6c92151
clang/include/clang/Serialization/ASTBitCodes.h
@@ -1160,7 +1160,7 @@ enum PredefinedTypeIDs {
1160
///
1161
/// Type IDs for non-predefined types will start at
1162
/// NUM_PREDEF_TYPE_IDs.
1163
-const unsigned NUM_PREDEF_TYPE_IDS = 513;
+const unsigned NUM_PREDEF_TYPE_IDS = 514;
1164
1165
// Ensure we do not overrun the predefined types we reserved
1166
// in the enum PredefinedTypeIDs above.
0 commit comments