summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/python_api/section/TestSectionAPI.py
diff options
context:
space:
mode:
authorSimon Pilgrim <llvm-dev@redking.me.uk>2019-09-16 15:19:11 +0000
committerSimon Pilgrim <llvm-dev@redking.me.uk>2019-09-16 15:19:11 +0000
commita48b6e98abc15b2f41570396040454e3c093b568 (patch)
tree05df21feeadff16d34e07eca63de4f02f158d657 /lldb/packages/Python/lldbsuite/test/python_api/section/TestSectionAPI.py
parentd0f63f83e7c5c6fc11e964f848d1496234695182 (diff)
downloadbcm5719-llvm-a48b6e98abc15b2f41570396040454e3c093b568.tar.gz
bcm5719-llvm-a48b6e98abc15b2f41570396040454e3c093b568.zip
[ExecutionEngine] 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: 371998
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/section/TestSectionAPI.py')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud