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() {
10825
10825
{
10826
10826
// Guard variable to avoid recursively entering the process of passing
10827
10827
// decls to consumer.
10828
- SaveAndRestore GuardPassingDeclsToConsumer (CanPassDeclsToConsumer, false );
10828
+ SaveAndRestore GuardPassingDeclsToConsumer (CanPassDeclsToConsumer,
10829
+ /* NewValue=*/ false );
10829
10830
10830
10831
// Propagate exception specification and deduced type updates along
10831
10832
// redeclaration chains.
Original file line number Diff line number Diff line change @@ -4314,7 +4314,8 @@ void ASTReader::PassInterestingDeclsToConsumer() {
4314
4314
4315
4315
// Guard variable to avoid recursively redoing the process of passing
4316
4316
// decls to consumer.
4317
- SaveAndRestore GuardPassingDeclsToConsumer (CanPassDeclsToConsumer, false );
4317
+ SaveAndRestore GuardPassingDeclsToConsumer (CanPassDeclsToConsumer,
4318
+ /* NewValue=*/ false );
4318
4319
4319
4320
// Ensure that we've loaded all potentially-interesting declarations
4320
4321
// that need to be eagerly loaded.
You can’t perform that action at this time.
0 commit comments