diff options
author | Kazu Hirata <kazu@google.com> | 2025-01-29 07:48:48 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-29 07:48:48 -0800 |
commit | 8e4c5cb0063e1c73a3f93073f5f85c8ec598613f (patch) | |
tree | 607ef858bcc07e87b4d017f6ae43a7f9c0e71434 /llvm/lib/Object | |
parent | 7ab8f286b8e43a98dc5c0404f80d719c49446875 (diff) | |
download | llvm-8e4c5cb0063e1c73a3f93073f5f85c8ec598613f.zip llvm-8e4c5cb0063e1c73a3f93073f5f85c8ec598613f.tar.gz llvm-8e4c5cb0063e1c73a3f93073f5f85c8ec598613f.tar.bz2 |
[Serialization] Migrate away from PointerUnion::dyn_cast (NFC) (#124884)
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 DetailRecord to be nonnull.
Diffstat (limited to 'llvm/lib/Object')
0 files changed, 0 insertions, 0 deletions