[PATCH] D54921: [analyzer] Remove memoization from RunLoopAutoreleaseLeakChecker

Artem Dergachev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Dec 11 12:22:36 PST 2018


NoQ added a comment.

I think that it is modified, at least, when `Memoization[C]` is evaluated. The object needs to be created and put into the map in order to obtain a reference to it.


Repository:
  rC Clang

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D54921/new/

https://reviews.llvm.org/D54921





More information about the cfe-commits mailing list