This repository was archived by the owner on Sep 15, 2025. It is now read-only.
Commit 7ef636e
authored
[clang][bytecode] Mark IndirectFieldDecl chain links as initialized (llvm#125869)
We only initialize the final field above, so make sure we're marking the
links in the chain on the way there as initialized as well.1 parent cf9806e commit 7ef636e
File tree
2 files changed
+38
-0
lines changed- clang
- lib/AST/ByteCode
- test/AST/ByteCode
2 files changed
+38
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5604 | 5604 | | |
5605 | 5605 | | |
5606 | 5606 | | |
| 5607 | + | |
| 5608 | + | |
| 5609 | + | |
| 5610 | + | |
| 5611 | + | |
| 5612 | + | |
| 5613 | + | |
| 5614 | + | |
| 5615 | + | |
| 5616 | + | |
| 5617 | + | |
| 5618 | + | |
| 5619 | + | |
| 5620 | + | |
| 5621 | + | |
| 5622 | + | |
5607 | 5623 | | |
5608 | 5624 | | |
5609 | 5625 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
463 | 463 | | |
464 | 464 | | |
465 | 465 | | |
| 466 | + | |
| 467 | + | |
| 468 | + | |
| 469 | + | |
| 470 | + | |
| 471 | + | |
| 472 | + | |
| 473 | + | |
| 474 | + | |
| 475 | + | |
| 476 | + | |
| 477 | + | |
| 478 | + | |
| 479 | + | |
| 480 | + | |
| 481 | + | |
| 482 | + | |
| 483 | + | |
| 484 | + | |
| 485 | + | |
| 486 | + | |
| 487 | + | |
466 | 488 | | |
0 commit comments