diff options
author | Simon Pilgrim <llvm-dev@redking.me.uk> | 2019-10-08 17:00:01 +0000 |
---|---|---|
committer | Simon Pilgrim <llvm-dev@redking.me.uk> | 2019-10-08 17:00:01 +0000 |
commit | e746380f6a19d347f09b30d6cff0e463b2953366 (patch) | |
tree | ff20b105efdf9342599a12964b13fb9934edcf33 /lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp | |
parent | 8db229e28771c04c02bfcb3fbd72135dcef6780f (diff) | |
download | llvm-e746380f6a19d347f09b30d6cff0e463b2953366.zip llvm-e746380f6a19d347f09b30d6cff0e463b2953366.tar.gz llvm-e746380f6a19d347f09b30d6cff0e463b2953366.tar.bz2 |
CodeGenPrepare - silence static analyzer dyn_cast<> null dereference warnings. NFCI.
The static analyzer is warning about potential null dereferences, but in these cases we should be able to use cast<> directly and if not assert will fire for us.
llvm-svn: 374085
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp')
0 files changed, 0 insertions, 0 deletions