Bug 247475

Summary: [WGSL] Unify AST node type traits
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: Other   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 246558    

Dan Glastonbury
Reported 2022-11-03 20:10:21 PDT
Unify WGSL AST node type introspection to use TypeCastTraits, replacing the ".isNodeKind()" call pattern with "is<NodeKind>(...)" to complement "downcast<NodeKind>(...)".
Attachments
Radar WebKit Bug Importer
Comment 1 2022-11-03 20:10:35 PDT
Dan Glastonbury
Comment 2 2022-11-03 20:18:05 PDT
EWS
Comment 3 2022-11-06 16:55:44 PST
Committed 256381@main (480554208313): <https://commits.webkit.org/256381@main> Reviewed commits have been landed. Closing PR #6123 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.