aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/DebugInfo/Symbolize/SymbolizableObjectFile.cpp
diff options
context:
space:
mode:
authorSimon Pilgrim <llvm-dev@redking.me.uk>2020-03-12 16:49:35 +0000
committerSimon Pilgrim <llvm-dev@redking.me.uk>2020-03-12 16:50:50 +0000
commit7bfc3bf39b6d279657b480963e72b6c08191b2f2 (patch)
tree40ff852533b7fe5f19b8ebae2567615945b2e791 /llvm/lib/DebugInfo/Symbolize/SymbolizableObjectFile.cpp
parentb93dd6779775d38db11e633cce2fc1be5ff7789a (diff)
downloadllvm-7bfc3bf39b6d279657b480963e72b6c08191b2f2.zip
llvm-7bfc3bf39b6d279657b480963e72b6c08191b2f2.tar.gz
llvm-7bfc3bf39b6d279657b480963e72b6c08191b2f2.tar.bz2
Replace getAs/dyn_cast with castAs/cast to fix null dereference static analyzer warnings.
Both these casts are immediately deferenced and the cast will assert for us that they are of the correct type.
Diffstat (limited to 'llvm/lib/DebugInfo/Symbolize/SymbolizableObjectFile.cpp')
0 files changed, 0 insertions, 0 deletions