[PATCH] D57230: [analyzer] Toning down invalidation a bit

Gábor Horváth via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Feb 7 01:48:33 PST 2019


xazax.hun added a comment.

In D57230#1387834 <https://reviews.llvm.org/D57230#1387834>, @NoQ wrote:

> There seem to be a few regressions - weird memory leaks of inner objects in C++ destructors. Trying to investigate/reproduce.


Oh, that is unfortunate. Feel free to share a repro as soon as you have one. The last time I saw strange leaks were due to the fact we did not invalidate symbols after unmodelled casts. But if these warnings were introduced by this change it is probably something else.


Repository:
  rL LLVM

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

https://reviews.llvm.org/D57230





More information about the cfe-commits mailing list