[webkit-changes] [WebKit/WebKit] 19c323: macOS header files failing with clangd
Brandon Stewart
noreply at github.com
Mon Aug 19 15:26:42 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 19c323b9385f1f9139667426a3e4aa0fd0d7cf54
https://github.com/WebKit/WebKit/commit/19c323b9385f1f9139667426a3e4aa0fd0d7cf54
Author: Brandon Stewart <brandonstewart at apple.com>
Date: 2024-08-19 (Mon, 19 Aug 2024)
Changed paths:
M Tools/clangd/update-clangd-config
Log Message:
-----------
macOS header files failing with clangd
https://bugs.webkit.org/show_bug.cgi?id=278179
rdar://problem/133965046
Reviewed by Elliott Williams.
macOS clangd header files were failing in WebKit. This appears to be caused by the "-xobjective-cpp" flag, so I
updated the flag to "-xobjective-c++", which fixes the error.
* Tools/clangd/update-clangd-config:
(gen_template_environment):
Canonical link: https://commits.webkit.org/282470@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