RESOLVED FIXED 246500
[WGSL] Add a helper to aid working with vectors of AST nodes.
https://bugs.webkit.org/show_bug.cgi?id=246500
Summary [WGSL] Add a helper to aid working with vectors of AST nodes.
Dan Glastonbury
Reported 2022-10-13 20:18:47 PDT
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
Radar WebKit Bug Importer
Comment 1 2022-10-13 20:19:18 PDT
Dan Glastonbury
Comment 2 2022-10-13 20:28:53 PDT
EWS
Comment 3 2022-10-14 22:06:02 PDT
Committed 255571@main (c269b69a8c43): <https://commits.webkit.org/255571@main> Reviewed commits have been landed. Closing PR #5361 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.