Bug 246500
| Summary: | [WGSL] Add a helper to aid working with vectors of AST nodes. | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Dan Glastonbury <djg> |
| Component: | WebGPU | Assignee: | Dan Glastonbury <djg> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Bug Depends on: | |||
| Bug Blocks: | 246558, 246560 | ||
Dan Glastonbury
Introduce an adapter over Vector<UniqueRef<T>> to make working with collections of AST nodes more natural. Iterators of this helper should return T*/T&, not UniqueRef<T>*/UniqueRef<T>&
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/101156657>
Dan Glastonbury
Pull request: https://github.com/WebKit/WebKit/pull/5361
EWS
Committed 255571@main (c269b69a8c43): <https://commits.webkit.org/255571@main>
Reviewed commits have been landed. Closing PR #5361 and removing active labels.