mirror of
https://github.com/apple/sourcekit-lsp.git
synced 2026-03-02 18:23:24 +01:00
* Support for clangd's go-to-definition for header files - By forwarding the request to clangd when it fails to give symbol information, we are able to use its built in go-to-definition support for headers (jump to header file) * Add static tibs test for clangd go-to-#include * Move #include test to SourceKitTests and regenerate linux main * Fix improper escaping of %40 in file URLs * Add URL escaping test * Another attempt to fix broken BuildServerBuildSystemTests test on Linux - URL's `standardizedFileURL` removes trailing slashes from file URLs, but only on Linux