Bug 246660
Summary: | [WGSL] AST Visitor helper | ||
---|---|---|---|
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: | Other | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | |||
Bug Blocks: | 246558 |
Dan Glastonbury
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 | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/101268329>
Dan Glastonbury
Pull request: https://github.com/WebKit/WebKit/pull/5468
EWS
Committed 255725@main (bbdc3617fa55): <https://commits.webkit.org/255725@main>
Reviewed commits have been landed. Closing PR #5468 and removing active labels.