Skip to content

Commit

Permalink
[clang][serialization] Bump NUM_PREDEF_TYPE_IDS
Browse files Browse the repository at this point in the history
This fixes a build error caused by 4ac0e7e.
  • Loading branch information
jansvoboda11 committed Oct 25, 2024
1 parent e724226 commit 75252e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clang/include/clang/Serialization/ASTBitCodes.h
Original file line number Diff line number Diff line change
Expand Up @@ -1149,7 +1149,7 @@ enum PredefinedTypeIDs {
///
/// Type IDs for non-predefined types will start at
/// NUM_PREDEF_TYPE_IDs.
const unsigned NUM_PREDEF_TYPE_IDS = 512;
const unsigned NUM_PREDEF_TYPE_IDS = 513;

// Ensure we do not overrun the predefined types we reserved
// in the enum PredefinedTypeIDs above.
Expand Down

0 comments on commit 75252e2

Please sign in to comment.