Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 67cb8906e8ec0efe57c3dd61bdd335552743e7a6
      
https://github.com/WebKit/WebKit/commit/67cb8906e8ec0efe57c3dd61bdd335552743e7a6
  Author: Yusuke Suzuki <[email protected]>
  Date:   2026-01-18 (Sun, 18 Jan 2026)

  Changed paths:
    M Source/WTF/wtf/ThreadSpecific.h

  Log Message:
  -----------
  Unreviewed, 305796@main broke builds with newer clang
https://bugs.webkit.org/show_bug.cgi?id=305755
rdar://168429764

This broke builds with newer clang versions. This is because
[[clang::suppress]] is only available for variable or statement.
We need to put it to the statement. This patch fixes it.

* Source/WTF/wtf/ThreadSpecific.h:
(WTF::ThreadSpecific::Data::storagePointer const):

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



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications

Reply via email to