Skip to content

Commit 6c92151

Browse files
committed
Bump NUM_PREDEF_TYPE_IDS to fix build failure
1 parent a2b57e9 commit 6c92151

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
@@ -1160,7 +1160,7 @@ enum PredefinedTypeIDs {
11601160
///
11611161
/// Type IDs for non-predefined types will start at
11621162
/// NUM_PREDEF_TYPE_IDs.
1163-
const unsigned NUM_PREDEF_TYPE_IDS = 513;
1163+
const unsigned NUM_PREDEF_TYPE_IDS = 514;
11641164

11651165
// Ensure we do not overrun the predefined types we reserved
11661166
// in the enum PredefinedTypeIDs above.

0 commit comments

Comments
 (0)