]> granicus.if.org Git - clang/commit
Relax assertion in SValuator so that we don't crash when analyzing a call via a funct...
authorTed Kremenek <kremenek@apple.com>
Mon, 15 Nov 2010 20:09:42 +0000 (20:09 +0000)
committerTed Kremenek <kremenek@apple.com>
Mon, 15 Nov 2010 20:09:42 +0000 (20:09 +0000)
commit948163b4986dfb5060c0dbd2e5910431640e56d1
tree81883c3308baaa7524e656ff3a98eebc9619efe5
parent2715b207a6a22970441da162313e1729d54dc24e
Relax assertion in SValuator so that we don't crash when analyzing a call via a function pointer that
casts the return value to something completely different.  While we need better reasoning here,
we should definately not crash.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@119177 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Checker/SValuator.cpp
test/Analysis/misc-ps.m