Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: af6a6f64da88cc294e00989b10d4d560018eca17
https://github.com/WebKit/WebKit/commit/af6a6f64da88cc294e00989b10d4d560018eca17
Author: Ryosuke Niwa <[email protected]>
Date: 2026-02-23 (Mon, 23 Feb 2026)
Changed paths:
M Tools/CISupport/safer-cpp-llvm-version
Log Message:
-----------
Update safer C++ macOS bots to use the latest LLVM WebKit branch as of
2026-02-23
https://bugs.webkit.org/show_bug.cgi?id=308492
Reviewed by Geoffrey Garen.
Update safer C++ LLVM version for macOS. A rollout for iOS will happen once a
new tag
is produced after the changes have been merged to stable/21.x branch.
This rollout for macOS includes fixes to NoDeleteChecker:
- A better diagnostics by generating a warning at the statement / expression
that had
failed "trivial function analysis" instead for the function declaration.
- Treats non-integral fundamental types such as float to be trivially
destructible.
- It now handles *_EXPORT to appear on a function with NODELETE on the return
type.
* Tools/CISupport/safer-cpp-llvm-version:
Canonical link: https://commits.webkit.org/308096@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications