================ ---------------- ojhunt wrote:
It feels like a better fix would be: ```cpp ImplicitAllocationParameters RetryIAP = ImplicitAllocationParameters(...); S.FindAllocationFunctions(..., RetryIAP, ...); ... ``` Rather than replacing the IAP early before the second lookup. https://github.com/llvm/llvm-project/pull/215619 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
