Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 5d256bf1ee6680ff338e284fd233b3171157913d
https://github.com/WebKit/WebKit/commit/5d256bf1ee6680ff338e284fd233b3171157913d
Author: Ryosuke Niwa <[email protected]>
Date: 2025-12-13 (Sat, 13 Dec 2025)
Changed paths:
M Tools/CISupport/safer-cpp-llvm-version
Log Message:
-----------
Rollout the latest LLVM revision for the safer C++ bots.
https://bugs.webkit.org/show_bug.cgi?id=304103
Reviewed by Geoffrey Garen.
This rollout includes:
- Recognizing a getter on a dependent smart pointer type as a safe
- Treat variable captures of a lambda passed to WTF::ScopeExit and
WTF::makeVisitor as safe
- Fix an assertion failure in coroutine body in
webkit.UncountedLambdaCapturesChecker.
- Support recognizing an assignment to an +1 out argument as not a leak
- Treating a weak Objective-C variable as safe
- Recognizing [allocObj() init] pattern as safe in
alpha.webkit.UnretainedCallArgsChecker.
- Support for WTF::move in place of std::move
- Ignoring variable captures in a lambda which gets immediately called
- Ignoring a variable declaration in "if" statement if the then statements are
trivial
* Tools/CISupport/safer-cpp-llvm-version:
Canonical link: https://commits.webkit.org/304435@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications