We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b99c81 commit 1d76a1fCopy full SHA for 1d76a1f
lib/Serialization/Serialization.cpp
@@ -5915,7 +5915,7 @@ bool Serializer::writeASTBlockEntitiesIfNeeded(
5915
}
5916
5917
void Serializer::writeAllDeclsAndTypes() {
5918
- BCBlockRAII restoreBlock(Out, DECLS_AND_TYPES_BLOCK_ID, 8);
+ BCBlockRAII restoreBlock(Out, DECLS_AND_TYPES_BLOCK_ID, 9);
5919
using namespace decls_block;
5920
registerDeclTypeAbbr<BuiltinAliasTypeLayout>();
5921
registerDeclTypeAbbr<TypeAliasTypeLayout>();
0 commit comments