Skip to content

Commit a201ec6

Browse files
committed
[Clang][Type] Reduce cap of TypeID from 600 to 502
1 parent 78e3ab2 commit a201ec6

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
@@ -1101,7 +1101,7 @@ enum PredefinedTypeIDs {
11011101
///
11021102
/// Type IDs for non-predefined types will start at
11031103
/// NUM_PREDEF_TYPE_IDs.
1104-
const unsigned NUM_PREDEF_TYPE_IDS = 600;
1104+
const unsigned NUM_PREDEF_TYPE_IDS = 502;
11051105

11061106
// Ensure we do not overrun the predefined types we reserved
11071107
// in the enum PredefinedTypeIDs above.

0 commit comments

Comments
 (0)