Skip to content

Commit 75252e2

Browse files
committed
[clang][serialization] Bump NUM_PREDEF_TYPE_IDS
This fixes a build error caused by 4ac0e7e.
1 parent e724226 commit 75252e2

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
@@ -1149,7 +1149,7 @@ enum PredefinedTypeIDs {
11491149
///
11501150
/// Type IDs for non-predefined types will start at
11511151
/// NUM_PREDEF_TYPE_IDs.
1152-
const unsigned NUM_PREDEF_TYPE_IDS = 512;
1152+
const unsigned NUM_PREDEF_TYPE_IDS = 513;
11531153

11541154
// Ensure we do not overrun the predefined types we reserved
11551155
// in the enum PredefinedTypeIDs above.

0 commit comments

Comments
 (0)