Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 0b39b380d4ce0d56b828d2f7fd85c657d805e324
https://github.com/WebKit/WebKit/commit/0b39b380d4ce0d56b828d2f7fd85c657d805e324
Author: Ryosuke Niwa <[email protected]>
Date: 2025-10-22 (Wed, 22 Oct 2025)
Changed paths:
A Source/WebCore/PAL/SaferCPPExpectations/ForwardDeclCheckerExpectations
A
Source/WebCore/PAL/SaferCPPExpectations/MemoryUnsafeCastCheckerExpectations
A
Source/WebCore/PAL/SaferCPPExpectations/NoUncheckedPtrMemberCheckerExpectations
A
Source/WebCore/PAL/SaferCPPExpectations/NoUncountedMemberCheckerExpectations
A
Source/WebCore/PAL/SaferCPPExpectations/NoUnretainedMemberCheckerExpectations
A
Source/WebCore/PAL/SaferCPPExpectations/RefCntblBaseVirtualDtorExpectations
A
Source/WebCore/PAL/SaferCPPExpectations/RetainPtrCtorAdoptCheckerExpectations
A
Source/WebCore/PAL/SaferCPPExpectations/UncheckedCallArgsCheckerExpectations
A
Source/WebCore/PAL/SaferCPPExpectations/UncheckedLocalVarsCheckerExpectations
A
Source/WebCore/PAL/SaferCPPExpectations/UncountedCallArgsCheckerExpectations
A
Source/WebCore/PAL/SaferCPPExpectations/UncountedLambdaCapturesCheckerExpectations
A
Source/WebCore/PAL/SaferCPPExpectations/UncountedLocalVarsCheckerExpectations
A
Source/WebCore/PAL/SaferCPPExpectations/UnretainedCallArgsCheckerExpectations
A
Source/WebCore/PAL/SaferCPPExpectations/UnretainedLambdaCapturesCheckerExpectations
A
Source/WebCore/PAL/SaferCPPExpectations/UnretainedLocalVarsCheckerExpectations
M Tools/Scripts/webkitpy/safer_cpp/checkers.py
Log Message:
-----------
Safer C++ should check PAL source files
https://bugs.webkit.org/show_bug.cgi?id=301252
Reviewed by Chris Dumez.
Add PAL to the list of projects we check static analyzer results.
Note that we need to adjust the path for PAL to be Source/WebCore/PAL instead
of Source/PAL.
* Source/WebCore/PAL/SaferCPPExpectations: Added.
* Tools/Scripts/webkitpy/safer_cpp/checkers.py:
(Checker.expectations_path):
Canonical link: https://commits.webkit.org/301940@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications