================ @@ -603,21 +606,30 @@ class ASTReader llvm::DenseMap<const DeclContext *, serialization::reader::DeclContextLookupTable> Lookups; + /// Map from decls to specialized decls. + llvm::DenseMap<const Decl *, + serialization::reader::SpecializationsLookupTable> + SpecializationsLookups; ---------------- vgvassilev wrote:
We should probably have a mapping between a template argument hash -> vector of DeclIDs. https://github.com/llvm/llvm-project/pull/76774 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits