Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: f6e9a70fa4e34e717c5960b38beda3bc0db6b5b5
      
https://github.com/WebKit/WebKit/commit/f6e9a70fa4e34e717c5960b38beda3bc0db6b5b5
  Author: Dean Jackson <[email protected]>
  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


_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to