Commit fc43308
authored
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 Subject to be nonnull.
1 parent 16e61df commit fc43308
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5359 | 5359 | | |
5360 | 5360 | | |
5361 | 5361 | | |
5362 | | - | |
| 5362 | + | |
5363 | 5363 | | |
5364 | 5364 | | |
5365 | 5365 | | |
| |||
0 commit comments