]> granicus.if.org Git - clang/commit
Fixed an elusive caching bug in ExplodedGraph construction when a PostStmtKind was...
authorTed Kremenek <kremenek@apple.com>
Fri, 17 Oct 2008 20:49:23 +0000 (20:49 +0000)
committerTed Kremenek <kremenek@apple.com>
Fri, 17 Oct 2008 20:49:23 +0000 (20:49 +0000)
commitbf4e419d996bf42e4933cada610d973a0fcc40eb
tree0ccebebd40dc073776f5907f0f3129219db626c0
parent63ffb78cf4bd0aa8fa149740637cea6c1e08b969
Fixed an elusive caching bug in ExplodedGraph construction when a PostStmtKind was used instead of a PostStoreKind.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@57719 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Analysis/PathSensitive/GRCoreEngine.h
lib/Analysis/GRCoreEngine.cpp