Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: f6d22fb9c683271e4a7f44bc616d423aac326b08
https://github.com/WebKit/WebKit/commit/f6d22fb9c683271e4a7f44bc616d423aac326b08
Author: Chris Dumez <[email protected]>
Date: 2025-12-18 (Thu, 18 Dec 2025)
Changed paths:
M Tools/Scripts/webkitpy/style/checkers/cpp.py
M Tools/Scripts/webkitpy/style/checkers/cpp_unittest.py
Log Message:
-----------
Update style script to encourage the use of `WTF::move()` directly
https://bugs.webkit.org/show_bug.cgi?id=304451
Reviewed by Geoffrey Garen.
Update style script to encourage the use of `WTF::move()` directly,
instead of `WTFMove()`. This is in preparation for the removal of the
`WTFMove()` macro which doesn't add much value after 304711@main.
* Tools/Scripts/webkitpy/style/checkers/cpp.py:
(check_wtf_move):
* Tools/Scripts/webkitpy/style/checkers/cpp_unittest.py:
(CppStyleTest):
(WebKitStyleTest.test_indentation):
(WebKitStyleTest.test_wtf_move):
Canonical link: https://commits.webkit.org/304725@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications