diff options
author | Kazu Hirata <kazu@google.com> | 2025-01-31 07:50:18 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-31 07:50:18 -0800 |
commit | 9268494f03cb940de0ae4b747b447ffc07b10ea7 (patch) | |
tree | 2a4c726911462f9bf45e26c980e9302cd7f906a7 /lldb/source/Plugins/Process/Linux/NativeThreadLinux.cpp | |
parent | c8ba57ec23ddf6ab9a178dbabc8b61924f0f36fa (diff) | |
download | llvm-9268494f03cb940de0ae4b747b447ffc07b10ea7.zip llvm-9268494f03cb940de0ae4b747b447ffc07b10ea7.tar.gz llvm-9268494f03cb940de0ae4b747b447ffc07b10ea7.tar.bz2 |
[TableGen] Migrate away from PointerUnion::dyn_cast (NFC) (#125158)
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 DiagsInPedantic and GroupsInPedantic to be nonnull.
Diffstat (limited to 'lldb/source/Plugins/Process/Linux/NativeThreadLinux.cpp')
0 files changed, 0 insertions, 0 deletions