]> granicus.if.org Git - clang/commit
Fixed crash where SetBlkExpr would attempt to query the liveness data when
authorTed Kremenek <kremenek@apple.com>
Sun, 9 Mar 2008 05:15:50 +0000 (05:15 +0000)
committerTed Kremenek <kremenek@apple.com>
Sun, 9 Mar 2008 05:15:50 +0000 (05:15 +0000)
commit89413fe2e82c83640cf235c42e14c6e0d3eb3c18
treeb51deb9643f4996d086207f514b694dc5da8aabc
parent7d39d742383ade80c9d937729bfc539c6c978845
Fixed crash where SetBlkExpr would attempt to query the liveness data when
we weren't processing a statement within a basic block.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@48087 91177308-0d34-0410-b5e6-96231b3b80d8
Analysis/GRExprEngine.cpp