diff options
author | Simon Pilgrim <llvm-dev@redking.me.uk> | 2022-01-08 13:57:33 +0000 |
---|---|---|
committer | Simon Pilgrim <llvm-dev@redking.me.uk> | 2022-01-08 13:57:33 +0000 |
commit | b3f193a980f2a96aaca92e73067e86197d226d30 (patch) | |
tree | 720250c9d52e71deffadef0cd26e8b216709b459 /lldb/source/Commands/CommandObjectScript.cpp | |
parent | 274359cf099407172fee7f0bd704b8ff41d826ec (diff) | |
download | llvm-b3f193a980f2a96aaca92e73067e86197d226d30.zip llvm-b3f193a980f2a96aaca92e73067e86197d226d30.tar.gz llvm-b3f193a980f2a96aaca92e73067e86197d226d30.tar.bz2 |
[DivergenceAnalysis] Fix static analyzer warning about dereference of nullptr
We're testing that the RegionLoop pointer is null in the first part of the check, so we need to check that its non-null before dereferencing it in a later part of the check.
Diffstat (limited to 'lldb/source/Commands/CommandObjectScript.cpp')
0 files changed, 0 insertions, 0 deletions