Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 9692577c30fd125a0ea9bb930f00f2d1313682e4
      
https://github.com/WebKit/WebKit/commit/9692577c30fd125a0ea9bb930f00f2d1313682e4
  Author: Brianna Fan <[email protected]>
  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
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to