[webkit-changes] [WebKit/WebKit] 519777: [WGSL] Pointers in AST nodes should be null initia...
Tadeu Zagallo
noreply at github.com
Tue May 23 00:18:09 PDT 2023
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 519777e2e027d508db6f2a2a8f7c72c413745fdc
https://github.com/WebKit/WebKit/commit/519777e2e027d508db6f2a2a8f7c72c413745fdc
Author: Tadeu Zagallo <tzagallo at apple.com>
Date: 2023-05-23 (Tue, 23 May 2023)
Changed paths:
M Source/WebGPU/WGSL/AST/ASTExpression.h
M Source/WebGPU/WGSL/AST/ASTTypeName.h
Log Message:
-----------
[WGSL] Pointers in AST nodes should be null initialized
https://bugs.webkit.org/show_bug.cgi?id=257138
rdar://109668226
Reviewed by Dan Glastonbury.
`AST::TypeName::m_resolvedType` and `AST::Expression::m_inferredType` need to
be null initialized.
* Source/WebGPU/WGSL/AST/ASTExpression.h:
* Source/WebGPU/WGSL/AST/ASTTypeName.h:
Canonical link: https://commits.webkit.org/264409@main
More information about the webkit-changes
mailing list