[webkit-changes] [WebKit/WebKit] 9bc491: [WGSL] Implement shift expression parsing

Dan Glastonbury noreply at github.com
Sat Feb 11 20:40:29 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 9bc491c003f3f4dbdfe89b75213becb56e7e579b
      https://github.com/WebKit/WebKit/commit/9bc491c003f3f4dbdfe89b75213becb56e7e579b
  Author: Dan Glastonbury <djg at apple.com>
  Date:   2023-02-11 (Sat, 11 Feb 2023)

  Changed paths:
    M Source/WebGPU/WGSL/Lexer.cpp
    M Source/WebGPU/WGSL/Parser.cpp
    M Source/WebGPU/WGSL/ParserPrivate.h
    M Source/WebGPU/WGSL/Token.cpp
    M Source/WebGPU/WGSL/Token.h
    M Tools/TestWebKitAPI/Tests/WGSL/LexerTests.cpp
    M Tools/TestWebKitAPI/Tests/WGSL/ParserTests.cpp

  Log Message:
  -----------
  [WGSL] Implement shift expression parsing
https://bugs.webkit.org/show_bug.cgi?id=251669
rdar://problem/104997375

Reviewed by Tadeu Zagallo.

Handle the parsing of expressions involving << & >> following the WGSL spec.

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




More information about the webkit-changes mailing list