| commit | 99394bbd0290922789b71a765d6c6939d2d8b74e | [log] [tgz] |
|---|---|---|
| author | Anna Zaks <ganna@apple.com> | Thu Apr 25 00:41:32 2013 +0000 |
| committer | Anna Zaks <ganna@apple.com> | Thu Apr 25 00:41:32 2013 +0000 |
| tree | 17379005f833be9695c95b2b1053968cbc828ab6 | |
| parent | 3508389233ebe845eb452d1ea64e6b4e592475c2 [diff] |
[analyzer] Fix a crash in RetainCountChecker - we should not rely on CallEnter::getCallExpr to return non-NULL We get a CallEnter with a null expression, when processing a destructor. All other users of CallEnter::getCallExpr work fine with null as return value. (Addresses PR15832, Thanks to Jordan for reducing the test case!) llvm-svn: 180234