Bug 246500

Summary: [WGSL] Add a helper to aid working with vectors of AST nodes.
Product: WebKit Reporter: Dan Glastonbury <djg>
Component: WebGPUAssignee: 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
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.