[PATCH] D70150: [analyzer] Don't clean up dead symbols from constraints twice.
Artem Dergachev via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Nov 12 16:07:22 PST 2019
NoQ marked an inline comment as done.
NoQ added inline comments.
================
Comment at: clang/lib/StaticAnalyzer/Core/ExprEngine.cpp:750-752
// The constraint manager has not been cleaned up yet, so clean up now.
CheckerState =
getConstraintManager().removeDeadBindings(CheckerState, SymReaper);
----------------
Note: the second invocation is here.
Repository:
rC Clang
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D70150/new/
https://reviews.llvm.org/D70150
More information about the cfe-commits
mailing list