[PATCH] D40560: [analyzer] WIP: Get construction into `operator new` running in simple cases.
Artem Dergachev via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Nov 28 08:13:17 PST 2017
NoQ added a comment.
> for the sake of this proof-of-concept, i've crudely disabled garbage collection on the respective moments of time
Forgot to mention that this breaks tests in `NewDeleteLeaks-PR19102.cpp`, which are still failing in the present revision. Leak warnings get delayed to much later lines of code here. This example shows that this liveness hack may delay garbage collection indefinitely.
https://reviews.llvm.org/D40560
More information about the cfe-commits
mailing list