[webkit-changes] [WebKit/WebKit] f6e9a7: ANGLE - error: implicit capture of 'this' with a c...

Dean Jackson noreply at github.com
Tue Aug 8 20:54:26 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: f6e9a70fa4e34e717c5960b38beda3bc0db6b5b5
      https://github.com/WebKit/WebKit/commit/f6e9a70fa4e34e717c5960b38beda3bc0db6b5b5
  Author: Dean Jackson <dino at apple.com>
  Date:   2023-08-08 (Tue, 08 Aug 2023)

  Changed paths:
    M Source/ThirdParty/ANGLE/changes.diff
    M Source/ThirdParty/ANGLE/src/compiler/translator/Compiler.cpp

  Log Message:
  -----------
  ANGLE - error: implicit capture of 'this' with a capture default of '=' is deprecated [-Werror,-Wdeprecated-this-capture]
https://bugs.webkit.org/show_bug.cgi?id=259941
rdar://111828854

Reviewed by David Kilzer.

Newer versions of clang detect the now-deprecated implicit capture
of 'this' in lambdas. Replace that capture with explicit forms.

* Source/ThirdParty/ANGLE/changes.diff:
* Source/ThirdParty/ANGLE/src/compiler/translator/Compiler.cpp:
(sh::TCompiler::resizeClipAndCullDistanceBuiltins):

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




More information about the webkit-changes mailing list