Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 5894deb77562e5f15fd95f91ec4d56bcae407e5b
      
https://github.com/WebKit/WebKit/commit/5894deb77562e5f15fd95f91ec4d56bcae407e5b
  Author: Vitaly Dyachkov <[email protected]>
  Date:   2025-06-11 (Wed, 11 Jun 2025)

  Changed paths:
    M Source/WTF/wtf/Compiler.h
    M Source/WebCore/html/canvas/WebGL2RenderingContext.cpp
    M Source/WebCore/html/canvas/WebGLRenderingContextBase.cpp

  Log Message:
  -----------
  [Clang] Fix build after 295921@main
https://bugs.webkit.org/show_bug.cgi?id=294257

Reviewed by Darin Adler.

clang 18 doesn't support `suppress` attribute on functions.

Fixed by adding a new 
`IGNORE_CLANG_STATIC_ANALYZER_WARNINGS_ATTRIBUTE_ON_FUNCTION`
macro, which is only enabled with clang >= 19,
similar to `IGNORE_CLANG_STATIC_ANALYZER_WARNINGS_ATTRIBUTE_ON_MEMBER`.

* Source/WTF/wtf/Compiler.h:
* Source/WebCore/html/canvas/WebGL2RenderingContext.cpp:
* Source/WebCore/html/canvas/WebGLRenderingContextBase.cpp:

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



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to