RESOLVED FIXED 246660
[WGSL] AST Visitor helper
https://bugs.webkit.org/show_bug.cgi?id=246660
Summary [WGSL] AST Visitor helper
Dan Glastonbury
Reported 2022-10-17 16:40:30 PDT
Many analysis passes in the compiler need to work with the subtrees of the AST. AST::Visitor provides the boilerplate for performing a preorder traversal of an AST; analyzers derived from AST::Visitor can override visit methods for just the kinds of nodes for its task.
Attachments
Radar WebKit Bug Importer
Comment 1 2022-10-17 16:44:16 PDT
Dan Glastonbury
Comment 2 2022-10-17 16:45:52 PDT
EWS
Comment 3 2022-10-19 02:19:53 PDT
Committed 255725@main (bbdc3617fa55): <https://commits.webkit.org/255725@main> Reviewed commits have been landed. Closing PR #5468 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.