aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/FileCheck/FileCheck.cpp
diff options
context:
space:
mode:
authorKazu Hirata <kazu@google.com>2025-01-16 08:45:03 -0800
committerGitHub <noreply@github.com>2025-01-16 08:45:03 -0800
commit286f8423c5e26df0743e47931d840b6226ae6a8c (patch)
treed5590cebb4e3a5860446dbc55a6f3b77441d43d9 /llvm/lib/FileCheck/FileCheck.cpp
parentdea4e613a05cd7d7438a365beb81998b36185ed9 (diff)
downloadllvm-286f8423c5e26df0743e47931d840b6226ae6a8c.zip
llvm-286f8423c5e26df0743e47931d840b6226ae6a8c.tar.gz
llvm-286f8423c5e26df0743e47931d840b6226ae6a8c.tar.bz2
[Sema] Migrate away from PointerUnion::dyn_cast (NFC) (#123158)
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 AP to be nonnull.
Diffstat (limited to 'llvm/lib/FileCheck/FileCheck.cpp')
0 files changed, 0 insertions, 0 deletions