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.
NUM_PREDEF_TYPE_IDS
1 parent e724226 commit 75252e2Copy full SHA for 75252e2
clang/include/clang/Serialization/ASTBitCodes.h
@@ -1149,7 +1149,7 @@ enum PredefinedTypeIDs {
1149
///
1150
/// Type IDs for non-predefined types will start at
1151
/// NUM_PREDEF_TYPE_IDs.
1152
-const unsigned NUM_PREDEF_TYPE_IDS = 512;
+const unsigned NUM_PREDEF_TYPE_IDS = 513;
1153
1154
// Ensure we do not overrun the predefined types we reserved
1155
// in the enum PredefinedTypeIDs above.
0 commit comments