Files
sourcekit-lsp/Sources/SourceKitLSP
Alex Hoppen 4077ce360d Don’t use the best local declaration when jumping to definition of a C function
For non-Swift symbols, we need to perform an index lookup because the best local declaration will point to a header file but jump-to-definition should prefer the implementation (there's the declaration request to jump to the function's declaration).

rdar://119243893
2023-12-06 11:08:44 -08:00
..
2023-10-31 19:30:31 -07:00