[webkit-changes] [WebKit/WebKit] a9da78: [WGSL] Remove _NO_ARGS version of RETURN_NODE macros

Dan Glastonbury noreply at github.com
Tue Feb 14 15:08:37 PST 2023


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

  Changed paths:
    M Source/WebGPU/WGSL/Parser.cpp

  Log Message:
  -----------
  [WGSL] Remove _NO_ARGS version of RETURN_NODE macros
https://bugs.webkit.org/show_bug.cgi?id=252233
rdar://problem/105439637

Reviewed by Tadeu Zagallo.

By using __VA_OPT__ to selectively add a ',', we can combine the two variants of
these macros into one.

* Source/WebGPU/WGSL/Parser.cpp:

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




More information about the webkit-changes mailing list