summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/python_api/interpreter/TestCommandInterpreterAPI.py
diff options
context:
space:
mode:
authorSimon Pilgrim <llvm-dev@redking.me.uk>2019-09-16 10:35:09 +0000
committerSimon Pilgrim <llvm-dev@redking.me.uk>2019-09-16 10:35:09 +0000
commitae625d70cdb36485de9429b1ea26ae74e535a053 (patch)
tree0ef34dab7bcf1f7c1c233c8644d4d8e302329b57 /lldb/packages/Python/lldbsuite/test/python_api/interpreter/TestCommandInterpreterAPI.py
parent5f349d56a84336e0c5f7b864129c27a6107a0e87 (diff)
downloadbcm5719-llvm-ae625d70cdb36485de9429b1ea26ae74e535a053.tar.gz
bcm5719-llvm-ae625d70cdb36485de9429b1ea26ae74e535a053.zip
[SLPVectorizer] Don't dereference a dyn_cast result. NFCI.
The static analyzer is warning about potential null dereferences of dyn_cast<> results - in these cases we can safely use cast<> directly as we know that these cases should all be the correct type, which is why its working atm and anyway cast<> will assert if they aren't. llvm-svn: 371973
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/interpreter/TestCommandInterpreterAPI.py')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud