Commit 60eb9b2
authored
[clang][bytecode] Fix reinterpret casts of two non-primitive types (llvm#107564)
We don't want to allow e.g. cast from a record to an array or the other
way arround.1 parent 1d2da21 commit 60eb9b2
1 file changed
+9
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2579 | 2579 | | |
2580 | 2580 | | |
2581 | 2581 | | |
2582 | | - | |
2583 | | - | |
| 2582 | + | |
| 2583 | + | |
| 2584 | + | |
| 2585 | + | |
| 2586 | + | |
| 2587 | + | |
| 2588 | + | |
| 2589 | + | |
| 2590 | + | |
2584 | 2591 | | |
2585 | 2592 | | |
2586 | 2593 | | |
| |||
0 commit comments