llvm-project
b4ef11d0 - [AST] Migrate away from PointerUnion::dyn_cast (NFC) (#124228)

Commit
249 days ago
[AST] Migrate away from PointerUnion::dyn_cast (NFC) (#124228) 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.
Parents
Loading