================
@@ -2107,6 +2107,8 @@ void ASTDeclMerger::MergeDefinitionData(
auto *Def = DD.Definition;
DD = std::move(MergeDD);
DD.Definition = Def;
+ for (auto *TD : Def->redecls())
----------------
ChuanqiXu9 wrote:
I am not sure if we should use `noload_redecls()` since redecls may trigger
loading.
https://github.com/llvm/llvm-project/pull/157019
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits