File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5014,7 +5014,7 @@ void ASTWriter::WriteSpecialDeclRecords(Sema &SemaRef) {
5014
5014
5015
5015
if (!ModularCodegenDecls.empty ())
5016
5016
Stream.EmitRecord (MODULAR_CODEGEN_DECLS, ModularCodegenDecls);
5017
-
5017
+
5018
5018
// Write the record containing tentative definitions.
5019
5019
RecordData TentativeDefinitions;
5020
5020
AddLazyVectorEmiitedDecls (*this , SemaRef.TentativeDefinitions ,
@@ -5135,7 +5135,7 @@ void ASTWriter::WriteSpecialDeclRecords(Sema &SemaRef) {
5135
5135
}
5136
5136
if (!UndefinedButUsed.empty ())
5137
5137
Stream.EmitRecord (UNDEFINED_BUT_USED, UndefinedButUsed);
5138
-
5138
+
5139
5139
// Write all delete-expressions that we would like to
5140
5140
// analyze later in AST.
5141
5141
RecordData DeleteExprsToAnalyze;
You can’t perform that action at this time.
0 commit comments