diff options
author | Kazu Hirata <kazu@google.com> | 2025-01-31 07:50:04 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-31 07:50:04 -0800 |
commit | c8ba57ec23ddf6ab9a178dbabc8b61924f0f36fa (patch) | |
tree | b1631501f76b2212a0e2968213f3c957edb9ef73 /lldb/source/Plugins/Process/scripted/ScriptedProcess.cpp | |
parent | 5fbb8dd7da5cd8b76127e780d418fe780d3337a4 (diff) | |
download | llvm-c8ba57ec23ddf6ab9a178dbabc8b61924f0f36fa.zip llvm-c8ba57ec23ddf6ab9a178dbabc8b61924f0f36fa.tar.gz llvm-c8ba57ec23ddf6ab9a178dbabc8b61924f0f36fa.tar.bz2 |
[AST] Migrate away from PointerUnion::dyn_cast (NFC) (#125157)
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 NodeOrVector to be nonnull.
Diffstat (limited to 'lldb/source/Plugins/Process/scripted/ScriptedProcess.cpp')
0 files changed, 0 insertions, 0 deletions