[webkit-changes] [WebKit/WebKit] df2a8f: Address or suppress smart pointer warnings in Thread
Ryosuke Niwa
noreply at github.com
Wed Feb 5 23:19:31 PST 2025
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: df2a8fd2e43ee4ecd9b93b17b7de023c21cb2f14
https://github.com/WebKit/WebKit/commit/df2a8fd2e43ee4ecd9b93b17b7de023c21cb2f14
Author: Ryosuke Niwa <rniwa at webkit.org>
Date: 2025-02-05 (Wed, 05 Feb 2025)
Changed paths:
M Source/WTF/SaferCPPExpectations/UncountedCallArgsCheckerExpectations
M Source/WTF/SaferCPPExpectations/UncountedLocalVarsCheckerExpectations
M Source/WTF/wtf/Threading.cpp
M Source/WTF/wtf/Threading.h
M Source/WTF/wtf/posix/ThreadingPOSIX.cpp
Log Message:
-----------
Address or suppress smart pointer warnings in Thread
https://bugs.webkit.org/show_bug.cgi?id=287100
Reviewed by Chris Dumez.
Fixed or suppressed smart pointer static analyzer warnings in Threading.h/cpp.
* Source/WTF/SaferCPPExpectations/UncountedCallArgsCheckerExpectations:
* Source/WTF/SaferCPPExpectations/UncountedLocalVarsCheckerExpectations:
* Source/WTF/wtf/Threading.cpp:
(WTF::Thread::entryPoint):
(WTF::Thread::exchangeIsCompilationThread):
* Source/WTF/wtf/Threading.h:
(WTF::Thread::current):
* Source/WTF/wtf/posix/ThreadingPOSIX.cpp:
(WTF::Thread::initializeTLS):
Canonical link: https://commits.webkit.org/289917@main
To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications
More information about the webkit-changes
mailing list