Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: b4f187a0bdc9a93549b6995087076550fec1ab2c https://github.com/WebKit/WebKit/commit/b4f187a0bdc9a93549b6995087076550fec1ab2c Author: Charlie Wolfe <charl...@apple.com> Date: 2023-10-30 (Mon, 30 Oct 2023)
Changed paths: M .clangd Log Message: ----------- Clangd should correctly interpret Objective-C and Objective-C++ files https://bugs.webkit.org/show_bug.cgi?id=263930 rdar://117709162 Reviewed by Yusuke Suzuki. The clangd language server will often crash when trying to parse Objective-C and Objective-C++ files. Add `-xobjective-c` and `-xobjective-c++` flags so that clangd correctly interprets .m/.mm files. * .clangd: Canonical link: https://commits.webkit.org/269982@main _______________________________________________ webkit-changes mailing list webkit-changes@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-changes