diff options
author | Kazu Hirata <kazu@google.com> | 2025-01-14 15:26:08 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-14 15:26:08 -0800 |
commit | a1f8ce683a14c847f49f29a450bf838d6ca522a9 (patch) | |
tree | 5a9410604ab208fa1bf9557e36aa196b2c3d6c22 /lldb/source/Plugins/ObjectFile/PECOFF/ObjectFilePECOFF.cpp | |
parent | e673f9d00de8a860d98ca7f0ea580ca0fa6a5ac8 (diff) | |
download | llvm-a1f8ce683a14c847f49f29a450bf838d6ca522a9.zip llvm-a1f8ce683a14c847f49f29a450bf838d6ca522a9.tar.gz llvm-a1f8ce683a14c847f49f29a450bf838d6ca522a9.tar.bz2 |
[StaticAnalyzer] Migrate away from PointerUnion::dyn_cast (NFC) (#122856)
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 Storage to be nonnull.
Diffstat (limited to 'lldb/source/Plugins/ObjectFile/PECOFF/ObjectFilePECOFF.cpp')
0 files changed, 0 insertions, 0 deletions