aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Process/scripted/ScriptedProcess.cpp
diff options
context:
space:
mode:
authorKazu Hirata <kazu@google.com>2025-01-31 07:50:44 -0800
committerGitHub <noreply@github.com>2025-01-31 07:50:44 -0800
commit5a116f8a730f6aba873ba7237a308495b2fcef2c (patch)
tree770837f9d95cccfe48400c3045b82d9351c4310a /lldb/source/Plugins/Process/scripted/ScriptedProcess.cpp
parent9268494f03cb940de0ae4b747b447ffc07b10ea7 (diff)
downloadllvm-5a116f8a730f6aba873ba7237a308495b2fcef2c.zip
llvm-5a116f8a730f6aba873ba7237a308495b2fcef2c.tar.gz
llvm-5a116f8a730f6aba873ba7237a308495b2fcef2c.tar.bz2
[Vectorize] Migrate away from PointerUnion::dyn_cast (NFC) (#125159)
Note that PointerUnion::dyn_cast has been soft deprecated in PointerUnion.h: // FIXME: Replace the uses of is(), get() and dyn_cast() with // isa<T>, cast<T> and the llvm::dyn_cast<T> Literal migration would result in dyn_cast_if_present (see the definition of PointerUnion::dyn_cast), but this patch uses dyn_cast because we expect InVectors.front() and P to be nonnull.
Diffstat (limited to 'lldb/source/Plugins/Process/scripted/ScriptedProcess.cpp')
0 files changed, 0 insertions, 0 deletions