diff options
author | Simon Pilgrim <llvm-dev@redking.me.uk> | 2019-09-24 10:46:30 +0000 |
---|---|---|
committer | Simon Pilgrim <llvm-dev@redking.me.uk> | 2019-09-24 10:46:30 +0000 |
commit | c81f8e4ce10303d0e787383d985fc93b7052f78a (patch) | |
tree | 4974871412dc04d70cb2b8d4d3011e1cfd09fa4a /lldb/packages/Python/lldbsuite/test/python_api/breakpoint | |
parent | 2462d421ee250eb45b84af054dd05ff2fca2514a (diff) | |
download | bcm5719-llvm-c81f8e4ce10303d0e787383d985fc93b7052f78a.tar.gz bcm5719-llvm-c81f8e4ce10303d0e787383d985fc93b7052f78a.zip |
lowerObjCCall - silence static analyzer dyn_cast<CallInst> null dereference warnings. NFCI.
The static analyzer is warning about a potential null dereference, but we should be able to use cast<CallInst> directly and if not assert will fire for us.
llvm-svn: 372720
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/breakpoint')
0 files changed, 0 insertions, 0 deletions