diff options
author | Simon Pilgrim <llvm-dev@redking.me.uk> | 2019-10-02 16:03:36 +0000 |
---|---|---|
committer | Simon Pilgrim <llvm-dev@redking.me.uk> | 2019-10-02 16:03:36 +0000 |
commit | 96ab296ea40e6ffb563496c147bfa3d9a55b2cea (patch) | |
tree | 03bb40c8a2515b58fe98db03422002d5c4a8daeb /lldb/packages/Python/lldbsuite/test/python_api/value/TestValueAPI.py | |
parent | c4a7b912c26e30b5793f16ddf920a2db762c695a (diff) | |
download | bcm5719-llvm-96ab296ea40e6ffb563496c147bfa3d9a55b2cea.tar.gz bcm5719-llvm-96ab296ea40e6ffb563496c147bfa3d9a55b2cea.zip |
Type - silence static analyzer getAs<> null dereference warnings. NFCI.
The static analyzer is warning about potential null dereferences, but in these cases we should be able to use castAs<> directly and if not assert will fire for us.
llvm-svn: 373480
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/value/TestValueAPI.py')
0 files changed, 0 insertions, 0 deletions