Skip to content

Commit 9757b85

Browse files
committed
Fix build failure
1 parent 6d88f32 commit 9757b85

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
@@ -1106,7 +1106,7 @@ enum PredefinedTypeIDs {
11061106
///
11071107
/// Type IDs for non-predefined types will start at
11081108
/// NUM_PREDEF_TYPE_IDs.
1109-
const unsigned NUM_PREDEF_TYPE_IDS = 502;
1109+
const unsigned NUM_PREDEF_TYPE_IDS = 514;
11101110

11111111
// Ensure we do not overrun the predefined types we reserved
11121112
// in the enum PredefinedTypeIDs above.

0 commit comments

Comments
 (0)