aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ObjectFile/PECOFF/ObjectFilePECOFF.cpp
diff options
context:
space:
mode:
authorKazu Hirata <kazu@google.com>2025-01-14 15:25:30 -0800
committerGitHub <noreply@github.com>2025-01-14 15:25:30 -0800
commite673f9d00de8a860d98ca7f0ea580ca0fa6a5ac8 (patch)
tree4fba6b423e56b551a95664319dd05fb990b64ade /lldb/source/Plugins/ObjectFile/PECOFF/ObjectFilePECOFF.cpp
parent2b961b06438d1d07c1d3d3a89bfcdbf877df0d70 (diff)
downloadllvm-e673f9d00de8a860d98ca7f0ea580ca0fa6a5ac8.zip
llvm-e673f9d00de8a860d98ca7f0ea580ca0fa6a5ac8.tar.gz
llvm-e673f9d00de8a860d98ca7f0ea580ca0fa6a5ac8.tar.bz2
[Sema] Migrate away from PointerUnion::dyn_cast (NFC) (#122855)
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 DeclOrVector to be nonnull.
Diffstat (limited to 'lldb/source/Plugins/ObjectFile/PECOFF/ObjectFilePECOFF.cpp')
0 files changed, 0 insertions, 0 deletions