diff options
author | Simon Pilgrim <llvm-dev@redking.me.uk> | 2020-01-08 16:52:05 +0000 |
---|---|---|
committer | Simon Pilgrim <llvm-dev@redking.me.uk> | 2020-01-08 17:19:10 +0000 |
commit | 19bfb6d8df6c23c8c8d19af9221d12bf08244b51 (patch) | |
tree | c6770488e5073518496af8a97efe33bdb13d3c65 /lldb/scripts/Python/remote-build.py | |
parent | 5936717fa6537812257990143e2384bb78486ef9 (diff) | |
download | llvm-19bfb6d8df6c23c8c8d19af9221d12bf08244b51.zip llvm-19bfb6d8df6c23c8c8d19af9221d12bf08244b51.tar.gz llvm-19bfb6d8df6c23c8c8d19af9221d12bf08244b51.tar.bz2 |
Fix "pointer is null" static analyzer warning. NFCI.
Use cast<> instead of dyn_cast<> since we know that the pointer should be valid (and is dereferenced immediately below in the getSignature call).
Diffstat (limited to 'lldb/scripts/Python/remote-build.py')
0 files changed, 0 insertions, 0 deletions