================ @@ -8745,9 +8729,14 @@ bool ASTReader::LoadExternalSpecializationsImpl( Deserializing LookupResults(this); auto HashValue = StableHashForTemplateArguments(TemplateArgs); - // Get Decl may violate the iterator from SpecLookups + auto It = SpecLookups.find(D); ---------------- ChuanqiXu9 wrote:
Then I think we don't need these changes, do we? https://github.com/llvm/llvm-project/pull/196533 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
