forked from llvm/llvm-project
-
Notifications
You must be signed in to change notification settings - Fork 354
Merge webkit 2025-12-15 #12008
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
rniwa
wants to merge
8
commits into
swiftlang:stable/21.x
Choose a base branch
from
rniwa:merge-webkit-2025-12-15
base: stable/21.x
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Merge webkit 2025-12-15 #12008
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
… +1 out argument as a leak (llvm#161633) Make RetainPtrCtorAdoptChecker recognize an assignment to an +1 out argument so that it won't emit a memory leak warning. (cherry picked from commit 0eb00ef)
Treat a weak Objective-C property, ivar, member variable, and local variable as safe. (cherry picked from commit f9326ff)
…pattern (llvm#161019) Generalize the check for recognizing [[Obj alloc] init] to also recognize [allocObj() init]. We do this by utilizing isAllocInit function in RetainPtrCtorAdoptChecker. (cherry picked from commit 06f0758)
This PR adds support for treating WTF::move like std::move in various WebKit checkers. (cherry picked from commit aca48a4)
(cherry picked from commit 1307b77)
…lled immediately (llvm#162977) Recognize more ways in which a lambda can be declared and called immediately. (cherry picked from commit e23e570)
…h trivial "then" (llvm#171764) Don't emit a warning when a variable declaration appears within the "if" condition and if its "then" statement is trivial. (cherry picked from commit 6f1e3c3)
Author
|
@swift-ci please test |
Author
|
@swift-ci Please test Windows platform |
|
How did you decide what changes to pull into this PR? |
Author
I'm merging all the changes I made to WebKit checkers. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Merge fixes to WebKit checkers