================
@@ -4836,11 +4843,8 @@ void ASTWriter::GenerateNameLookupTable(
ModuleLocalTrait);
}
- auto *ModuleLocalLookups =
- Chain ? Chain->getModuleLocalLookupTables(DC) : nullptr;
- ModuleLocalLookupGenerator.emit(
- ModuleLocalLookupTable, ModuleLocalTrait,
- ModuleLocalLookups ? &ModuleLocalLookups->Table : nullptr);
+ ModuleLocalLookupGenerator.emit(ModuleLocalLookupTable, ModuleLocalTrait,
+ nullptr);
----------------
shafik wrote:
```suggestion
/*Base=*/nullptr);
```
https://github.com/llvm/llvm-project/pull/179178
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits