Files
sourcekit-lsp/Sources/SourceKitLSP
Alex Hoppen d40ea83424 Fix issue that causes type hierarchy to not work for clang files
Clang’s `textDocument/symbolInfo` request does not return a `kind` field. We were thus filtering all symbols from clang, which left us with no USR that could be used for the type hierarchy.
2025-08-28 09:04:51 +02:00
..