Commit 3985eaf
committed
[Sema] Migrate away from PointerUnion::dyn_cast (NFC)
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 TransExpr to be nonnull.1 parent 0bbfd96 commit 3985eaf
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14903 | 14903 | | |
14904 | 14904 | | |
14905 | 14905 | | |
14906 | | - | |
| 14906 | + | |
14907 | 14907 | | |
14908 | 14908 | | |
14909 | 14909 | | |
| |||
0 commit comments