[webkit-changes] [WebKit/WebKit] 8cc11b: [WGSL] Remove duplicate AST nodes

Tadeu Zagallo noreply at github.com
Thu Feb 2 11:28:25 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 8cc11b8ffb8e304769c8b7d2d555baf229d2735c
      https://github.com/WebKit/WebKit/commit/8cc11b8ffb8e304769c8b7d2d555baf229d2735c
  Author: Tadeu Zagallo <tzagallo at apple.com>
  Date:   2023-02-02 (Thu, 02 Feb 2023)

  Changed paths:
    R Source/WebGPU/WGSL/AST/ASTLiteralExpressions.h
    M Source/WebGPU/WebGPU.xcodeproj/project.pbxproj

  Log Message:
  -----------
  [WGSL] Remove duplicate AST nodes
https://bugs.webkit.org/show_bug.cgi?id=251576
rdar://104954209

Reviewed by Myles C. Maxfield.

We had 2 copies of each literal expression node: 1 in their respective individual
files and 1 in `ASTLiteralExpressions.h`. Apparently, only the ones from the
individual files are being used, so I removed `ASTLiteralExpressions.h`.

* Source/WebGPU/WGSL/AST/ASTLiteralExpressions.h: Removed.
* Source/WebGPU/WebGPU.xcodeproj/project.pbxproj:

Canonical link: https://commits.webkit.org/259763@main




More information about the webkit-changes mailing list