Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 7e19925f7d5a0ac8a10c2a0e31625b3ec3c59822
https://github.com/WebKit/WebKit/commit/7e19925f7d5a0ac8a10c2a0e31625b3ec3c59822
Author: David Kilzer <[email protected]>
Date: 2026-01-26 (Mon, 26 Jan 2026)
Changed paths:
M Tools/Scripts/build-and-analyze
Log Message:
-----------
build-and-analyze: WebKit checker lists diverged between
--enable-webkit-checkers and --only-smart-pointers
<https://bugs.webkit.org/show_bug.cgi?id=306214>
<rdar://168872496>
Reviewed by Ryosuke Niwa and Geoffrey Garen.
The WebKit checker list diverged between --enable-webkit-checkers
(6 checkers) and --only-smart-pointers (15 checkers). Extract the
complete list into a WEBKIT_CHECKERS global constant and use it in both
code paths.
* Tools/Scripts/build-and-analyze:
- Add WEBKIT_CHECKERS global constant with all 15 WebKit-specific
checkers.
(make_analyzer_flags):
- Use WEBKIT_CHECKERS for --enable-webkit-checkers and
--only-smart-pointers instead of hardcoded list.
Canonical link: https://commits.webkit.org/306247@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications