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:08 -0800
committerGitHub <noreply@github.com>2025-01-14 15:25:08 -0800
commit2b961b06438d1d07c1d3d3a89bfcdbf877df0d70 (patch)
treeee50eff025fe173a8abe4c2fb3b3230b397b4c6c /lldb/source/Plugins/ObjectFile/PECOFF/ObjectFilePECOFF.cpp
parent7aec7caca30f800811b76ba94291645494788a4f (diff)
downloadllvm-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