File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -10825,7 +10825,8 @@ void ASTReader::FinishedDeserializing() {
1082510825 {
1082610826 // Guard variable to avoid recursively entering the process of passing
1082710827 // decls to consumer.
10828- SaveAndRestore GuardPassingDeclsToConsumer (CanPassDeclsToConsumer, false );
10828+ SaveAndRestore GuardPassingDeclsToConsumer (CanPassDeclsToConsumer,
10829+ /* NewValue=*/ false );
1082910830
1083010831 // Propagate exception specification and deduced type updates along
1083110832 // redeclaration chains.
Original file line number Diff line number Diff line change @@ -4314,7 +4314,8 @@ void ASTReader::PassInterestingDeclsToConsumer() {
43144314
43154315 // Guard variable to avoid recursively redoing the process of passing
43164316 // decls to consumer.
4317- SaveAndRestore GuardPassingDeclsToConsumer (CanPassDeclsToConsumer, false );
4317+ SaveAndRestore GuardPassingDeclsToConsumer (CanPassDeclsToConsumer,
4318+ /* NewValue=*/ false );
43184319
43194320 // Ensure that we've loaded all potentially-interesting declarations
43204321 // that need to be eagerly loaded.
You can’t perform that action at this time.
0 commit comments