mirror of
https://github.com/MaskRay/ccls.git
synced 2025-06-08 17:24:56 +00:00
* WorkingFiles::files : vector -> unordered_map * Add timestamp to WorkingFile * Rename "comp-preload" thread to "preamble" * Rename CompletionManager to SemaManager as it is used by "diag" "comp" "preamble" * Rename clang_complete.* to sema_manager.* * Merge SemaManager::{preloads,sessions} * Add initialization option session.maxNum * In DiagnosticMain, if an included file was modified, cancel the DiagTask and create a PreambleTask instead. The task sets `from_diag` so as to trigger immediate DiagTask after the preamble is built. |
||
---|---|---|
.. | ||
ccls_call.cc | ||
ccls_info.cc | ||
ccls_inheritance.cc | ||
ccls_member.cc | ||
ccls_navigate.cc | ||
ccls_reload.cc | ||
ccls_vars.cc | ||
initialize.cc | ||
textDocument_code.cc | ||
textDocument_completion.cc | ||
textDocument_definition.cc | ||
textDocument_did.cc | ||
textDocument_document.cc | ||
textDocument_foldingRange.cc | ||
textDocument_formatting.cc | ||
textDocument_hover.cc | ||
textDocument_references.cc | ||
textDocument_rename.cc | ||
textDocument_signatureHelp.cc | ||
workspace.cc |