================
@@ -651,6 +652,11 @@ class ASTReader
llvm::DenseMap<std::pair<const Decl *, unsigned>, NamedDecl *>
LambdaDeclarationsForMerging;
+ /// Map from canonical specialization to the corresponding explicit
+ /// instantiation declaration, for merging across modules.
+ llvm::DenseMap<const Decl *, ExplicitInstantiationDecl *>
+ ExplicitInstantiationDeclsForMerging;
----------------
ChuanqiXu9 wrote:
Why can't we merge it with the table within ASTContext?
https://github.com/llvm/llvm-project/pull/191658
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits