]> granicus.if.org Git - clang/commit
[static analyzer] Fix crash in LiveVariables and Environment::getSVal() when analyzin...
authorTed Kremenek <kremenek@apple.com>
Thu, 6 Oct 2011 20:53:28 +0000 (20:53 +0000)
committerTed Kremenek <kremenek@apple.com>
Thu, 6 Oct 2011 20:53:28 +0000 (20:53 +0000)
commitc80850353f4051f36be9f5be9738cf877406311a
tree091e49bbb4fcd478c3a832e4c146f0e0cd99e82a
parent8052a4f1f62afb2a20fd453fa465fb4a11cfc5c6
[static analyzer] Fix crash in LiveVariables and Environment::getSVal() when analyzing C++ pointer-to-member calls.  Fixes <rdar://problem/10243398>.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@141312 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Analysis/LiveVariables.cpp
lib/StaticAnalyzer/Core/ObjCMessage.cpp
test/Analysis/misc-ps-cxx0x.cpp