aboutsummaryrefslogtreecommitdiff
path: root/lldb/unittests/Process/gdb-remote
diff options
context:
space:
mode:
authorSimon Pilgrim <llvm-dev@redking.me.uk>2019-10-01 10:38:30 +0000
committerSimon Pilgrim <llvm-dev@redking.me.uk>2019-10-01 10:38:30 +0000
commit339b1b5bb0f9aabed696cfbc42752e8ad3053302 (patch)
treec7404209d327d13da08357c96c1aef5b8e30895b /lldb/unittests/Process/gdb-remote
parentd71315f2ae8a14ca4b55f316ab00faf56c4f6208 (diff)
downloadllvm-339b1b5bb0f9aabed696cfbc42752e8ad3053302.zip
llvm-339b1b5bb0f9aabed696cfbc42752e8ad3053302.tar.gz
llvm-339b1b5bb0f9aabed696cfbc42752e8ad3053302.tar.bz2
InstrProf - avoid static analyzer dyn_cast<ConstantInt> null dereference warning.
The static analyzer is warning about a potential null dereference, as we're already earlying-out for a null Constant pointer I've just folded this into a dyn_cast_or_null<ConstantInt>. No test case, this is by inspection only. llvm-svn: 373322
Diffstat (limited to 'lldb/unittests/Process/gdb-remote')
0 files changed, 0 insertions, 0 deletions