[webkit-changes] [WebKit/WebKit] 969257: [Static Analyzer CI] Add tool to improve smart poi...
Brianna Fan
noreply at github.com
Mon Sep 16 17:16:56 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 9692577c30fd125a0ea9bb930f00f2d1313682e4
https://github.com/WebKit/WebKit/commit/9692577c30fd125a0ea9bb930f00f2d1313682e4
Author: Brianna Fan <bfan2 at apple.com>
Date: 2024-09-16 (Mon, 16 Sep 2024)
Changed paths:
A Tools/Scripts/smart-pointer-tool
Log Message:
-----------
[Static Analyzer CI] Add tool to improve smart pointer development workflow
https://bugs.webkit.org/show_bug.cgi?id=279793
rdar://136109601
Reviewed by Ryosuke Niwa.
This script automates certain tasks in the smart pointer workflow.
- Run `smart-pointer-tool --update-expectations {unexpected result file}` to automatically
add or delete files from the expectation lists.
- Run `smart-pointer-tool --find-expectations {file}` to check if there are smart pointer bugs
for that file.
* Tools/Scripts/smart-pointer-tool: Added.
(parser):
(modify_expectations_for_checker):
(update_expectations):
(is_expected_file):
(main):
Canonical link: https://commits.webkit.org/283735@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