mirror of
https://github.com/MaskRay/ccls.git
synced 2024-11-25 00:55:08 +00:00
f5816e3be3
1. Fixed a bug on building document symbol tree: As sym2ds was updated in place, nested funcs/types may be moved into children of another lsDocumentSymbol before itself got processed. 2. Namespaces only have declarations, in the old implementation it wasn't included in the result, making the result less hierarchical. This commit fixes this by including the declarations of a symbol if no definitions found. |
||
---|---|---|
.. | ||
ccls_call.cc | ||
ccls_info.cc | ||
ccls_inheritance.cc | ||
ccls_member.cc | ||
ccls_navigate.cc | ||
ccls_reload.cc | ||
ccls_vars.cc | ||
exit.cc | ||
initialize.cc | ||
shutdown.cc | ||
textDocument_codeAction.cc | ||
textDocument_codeLens.cc | ||
textDocument_completion.cc | ||
textDocument_definition.cc | ||
textDocument_did.cc | ||
textDocument_documentHighlight.cc | ||
textDocument_documentSymbol.cc | ||
textDocument_formatting.cc | ||
textDocument_hover.cc | ||
textDocument_implementation.cc | ||
textDocument_references.cc | ||
textDocument_rename.cc | ||
textDocument_signatureHelp.cc | ||
textDocument_typeDefinition.cc | ||
workspace_did.cc | ||
workspace_didChangeWatchedFiles.cc | ||
workspace_symbol.cc |