Bug 247475
Summary: | [WGSL] Unify AST node type traits | ||
---|---|---|---|
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
Unify WGSL AST node type introspection to use TypeCastTraits, replacing the
".isNodeKind()" call pattern with "is<NodeKind>(...)" to complement
"downcast<NodeKind>(...)".
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/101943721>
Dan Glastonbury
Pull request: https://github.com/WebKit/WebKit/pull/6123
EWS
Committed 256381@main (480554208313): <https://commits.webkit.org/256381@main>
Reviewed commits have been landed. Closing PR #6123 and removing active labels.