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