[webkit-changes] [WebKit/WebKit] bb4760: Update style checker to forbid memset() / memcpy()...
Chris Dumez
noreply at github.com
Fri Jan 10 12:40:51 PST 2025
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: bb4760549758d8a574d7878787277dbad5884160
https://github.com/WebKit/WebKit/commit/bb4760549758d8a574d7878787277dbad5884160
Author: Chris Dumez <cdumez at apple.com>
Date: 2025-01-10 (Fri, 10 Jan 2025)
Changed paths:
M Tools/Scripts/webkitpy/style/checkers/cpp.py
M Tools/Scripts/webkitpy/style/checkers/cpp_unittest.py
Log Message:
-----------
Update style checker to forbid memset() / memcpy() / memmove() / ...
https://bugs.webkit.org/show_bug.cgi?id=285753
Reviewed by Darin Adler.
* Tools/Scripts/webkitpy/style/checkers/cpp.py:
(check_safer_cpp):
* Tools/Scripts/webkitpy/style/checkers/cpp_unittest.py:
(WebKitStyleTest.test_safer_cpp):
Canonical link: https://commits.webkit.org/288725@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