================
@@ -8745,9 +8732,13 @@ bool ASTReader::LoadExternalSpecializationsImpl(
   Deserializing LookupResults(this);
   auto HashValue = StableHashForTemplateArguments(TemplateArgs);
 
-  // Get Decl may violate the iterator from SpecLookups
+  auto It = SpecLookups.find(D);
----------------
mzukovec wrote:

Sure thing. Would that be acceptable? I'm not that familiar with the guidelines 
here. I can patch those two failing tests if that sounds good for you and you 
approve this approach.

https://github.com/llvm/llvm-project/pull/196533
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to