]> granicus.if.org Git - clang/commit
[analyzer] Fix for PR18394.
authorAnton Yartsev <anton.yartsev@gmail.com>
Fri, 28 Feb 2014 22:29:48 +0000 (22:29 +0000)
committerAnton Yartsev <anton.yartsev@gmail.com>
Fri, 28 Feb 2014 22:29:48 +0000 (22:29 +0000)
commitefeac4d14e06b0c6279189a060d626fe4e04a521
tree409ba7d8707b5e9bdf910dc0c7eb0f7d190fa924
parentd066fe94b043330d26e29f3911aca79e52ebb0a9
[analyzer] Fix for PR18394.

Additional conditions that prevent useful nodes before call from being reclaimed.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@202553 91177308-0d34-0410-b5e6-96231b3b80d8
lib/StaticAnalyzer/Core/ExplodedGraph.cpp
test/Analysis/NewDeleteLeaks-PR18394.cpp [new file with mode: 0644]