[PATCH] D18860: [analyzer] Fix the "Zombie symbols" issue.

Artem Dergachev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Nov 9 19:00:41 PST 2018


NoQ added a comment.

The manual region cleanup is removed from `MisusedMovedObjectChecker` in https://reviews.llvm.org/D54372.

> Another thing, since we're directly testing the functionality of `SymbolReaper`, maybe it'd be worth to also include unit tests.

Sounds like a great idea, and/or i should add `ExprInspection`-based tests into `test/Analysis/symbol-reaper.c`.


https://reviews.llvm.org/D18860





More information about the cfe-commits mailing list