]> granicus.if.org Git - clang/commit
[analyzer] Fix assertion failure invalidating on const member function calls (PR25392).
authorDevin Coughlin <dcoughlin@apple.com>
Mon, 9 Nov 2015 19:50:29 +0000 (19:50 +0000)
committerDevin Coughlin <dcoughlin@apple.com>
Mon, 9 Nov 2015 19:50:29 +0000 (19:50 +0000)
commit272f51152df17b16d549f37fca32fe68cb38f401
tree3e05b1ad76757e84be57ecef2c58d07c305838ba
parent84d663599343e8e2ebaf741c1fcd3f2e0a75e370
[analyzer] Fix assertion failure invalidating on const member function calls (PR25392).

We now return early when the 'this' value cannot be converted to a MemRegion.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@252506 91177308-0d34-0410-b5e6-96231b3b80d8
lib/StaticAnalyzer/Core/CallEvent.cpp
test/Analysis/const-method-call.cpp