[clang] [clang][analyzer] Clear `ObjCMethodCall`'s cache between runs (PR #161327)

Balázs Benics via cfe-commits cfe-commits at lists.llvm.org
Tue Sep 30 00:34:25 PDT 2025


balazs-benics-sonarsource wrote:

I remember debugging this. Fun times.
I wonder if we could do even better by smuggling in some reference to that helper function, so we could move that global into a field. E.g. as a sibling of the allocator pool.

https://github.com/llvm/llvm-project/pull/161327


More information about the cfe-commits mailing list