Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 8f63cddaebc2766f2919ae5ded593531d0db0d1a
https://github.com/WebKit/WebKit/commit/8f63cddaebc2766f2919ae5ded593531d0db0d1a
Author: Fady Farag <[email protected]>
Date: 2026-08-18 (Tue, 18 Aug 2026)
Changed paths:
M Source/WebCore/PAL/pal/module.modulemap
Log Message:
-----------
Require C++23 for the PAL Core clang module
https://bugs.webkit.org/show_bug.cgi?id=321992
rdar://185173274
Reviewed by Richard Robinson.
Update the PAL Core module's `requires` declaration from `cplusplus` to
`cplusplus23` so the module is only built in a C++23 context, matching the
language standard PAL is now compiled with. Also bump the module cache
invalidation comment (v7 -> v8) to force a rebuild of the module cache.
* Source/WebCore/PAL/pal/module.modulemap:
Canonical link: https://commits.webkit.org/319358@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications