RESOLVED FIXED 247475
[WGSL] Unify AST node type traits
https://bugs.webkit.org/show_bug.cgi?id=247475
Summary [WGSL] Unify AST node type traits
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.