diff options
author | Kazu Hirata <kazu@google.com> | 2025-01-16 08:44:15 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-16 08:44:15 -0800 |
commit | c969964e7b1e9ce231fdf032be6c14cc8cd0be88 (patch) | |
tree | 9d8628693053824f2b75360d521460934e314c0e /llvm/lib/FileCheck/FileCheck.cpp | |
parent | ff1b01bb7897bf2401540096af775d35b12eb247 (diff) | |
download | llvm-c969964e7b1e9ce231fdf032be6c14cc8cd0be88.zip llvm-c969964e7b1e9ce231fdf032be6c14cc8cd0be88.tar.gz llvm-c969964e7b1e9ce231fdf032be6c14cc8cd0be88.tar.bz2 |
[AST] Migrate away from PointerUnion::dyn_cast (NFC) (#123156)
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 IntegerType to be nonnull.
Diffstat (limited to 'llvm/lib/FileCheck/FileCheck.cpp')
0 files changed, 0 insertions, 0 deletions