Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: fad5ea9165819a152b62b8e09841ffae9752d2a9
https://github.com/WebKit/WebKit/commit/fad5ea9165819a152b62b8e09841ffae9752d2a9
Author: Ryosuke Niwa <[email protected]>
Date: 2026-01-27 (Tue, 27 Jan 2026)
Changed paths:
M Tools/CISupport/safer-cpp-llvm-version
Log Message:
-----------
Update LLVM (2026-01-27)
https://bugs.webkit.org/show_bug.cgi?id=306366
Reviewed by Brianna Fan.
This rollout adds support for `[[clang::annotate_type("webkit.nodelete")]]`
annotation
on a function return type. When this attribute is set, the function is treated
as "trivial".
This rollout also introduces alpha.webkit.NoDeleteChecker which validates this
new annotation
by running the trivial function analysis on the function body with the
annotation.
* Tools/CISupport/safer-cpp-llvm-version:
Canonical link: https://commits.webkit.org/306307@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications