Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 31050dea93207bce9c9f7139936233b0b89880a7
https://github.com/WebKit/WebKit/commit/31050dea93207bce9c9f7139936233b0b89880a7
Author: Ryosuke Niwa <[email protected]>
Date: 2025-10-09 (Thu, 09 Oct 2025)
Changed paths:
M Source/WTF/SaferCPPExpectations/ForwardDeclCheckerExpectations
M Source/WTF/SaferCPPExpectations/NoUnretainedMemberCheckerExpectations
M Source/WTF/SaferCPPExpectations/UnretainedCallArgsCheckerExpectations
M Tools/Scripts/compare-static-analysis-results
M Tools/Scripts/generate-dirty-files
Log Message:
-----------
Make generate-dirty-files and compare-static-analysis-results work with iOS
https://bugs.webkit.org/show_bug.cgi?id=300377
Reviewed by Chris Dumez.
Extend generate-dirty-files and compare-static-analysis-results so that we can
add
static analyzer expectations for iOS. We do by allowing micro-syntax similar to
the one
used in TestExpectations in the expectation files; e.g. `[ iOS ]
FileWithIssue.cpp`
Also strip WebKitBuild/Release/ or WebKitBuild/Release-iphonesimulator/ from
the file
path when generating a "dirty" list of files so that the results can be shared
across
platforms.
* Source/WTF/SaferCPPExpectations/ForwardDeclCheckerExpectations:
* Source/WTF/SaferCPPExpectations/NoUnretainedMemberCheckerExpectations:
* Source/WTF/SaferCPPExpectations/UnretainedCallArgsCheckerExpectations:
* Tools/Scripts/compare-static-analysis-results:
(parser):
(find_diff):
* Tools/Scripts/generate-dirty-files:
(parse_results_file):
Canonical link: https://commits.webkit.org/301254@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes