..
cquery_base.cc
Add lexical parent to Type/Var and definition_spelling->spell, definition_extent->extent
2018-02-10 20:23:46 -08:00
cquery_call_tree.cc
Add Id<QueryFile> file; to Use and simplify query.cc
2018-02-11 20:43:54 -08:00
cquery_callers.cc
Derive SymbolRef,Use from Reference and add lexical container to func/var/type uses
2018-02-10 17:33:56 -08:00
cquery_derived.cc
Add lexical parent to Type/Var and definition_spelling->spell, definition_extent->extent
2018-02-10 20:23:46 -08:00
cquery_did_view.cc
Switch to {Request,Notification}Message
2018-01-19 01:01:56 -08:00
cquery_freshen_index.cc
threaded_queue: queue -> deque
2018-02-04 22:15:48 -08:00
cquery_index_file.cc
threaded_queue: queue -> deque
2018-02-04 22:15:48 -08:00
cquery_member_hierarchy.cc
Rename Maybe::has_value to Maybe::HasValue to follow naming conventions
2018-02-11 13:56:34 -08:00
cquery_random.cc
variable_type -> type; remove parent_{id,kind} (they should be inferred from Def::spell; clean up SymbolIdx, Reference, SymbolRef
2018-02-11 10:28:26 -08:00
cquery_type_hierarchy_tree.cc
std::string {hover,comments} -> NTString (null-terminated string)
2018-02-10 22:53:35 -08:00
cquery_vars.cc
variable_type -> type; remove parent_{id,kind} (they should be inferred from Def::spell; clean up SymbolIdx, Reference, SymbolRef
2018-02-11 10:28:26 -08:00
cquery_wait.cc
Switch to {Request,Notification}Message
2018-01-19 01:01:56 -08:00
exit.cc
Switch to {Request,Notification}Message
2018-01-19 01:01:56 -08:00
initialize.cc
Disable limiting completion result.
2018-02-08 00:28:35 +08:00
shutdown.cc
Switch to {Request,Notification}Message
2018-01-19 01:01:56 -08:00
text_document_code_action.cc
Add Id<QueryFile> file; to Use and simplify query.cc
2018-02-11 20:43:54 -08:00
text_document_code_lens.cc
Add Id<QueryFile> file; to Use and simplify query.cc
2018-02-11 20:43:54 -08:00
text_document_completion.cc
Reuse isIncomplete.
2018-02-09 00:55:39 +08:00
text_document_definition.cc
Fix default -resource-dir when clang -print-resource-dir contains ..
2018-02-12 23:54:50 -08:00
text_document_did_change.cc
Switch to {Request,Notification}Message
2018-01-19 00:56:09 -08:00
text_document_did_close.cc
Switch to {Request,Notification}Message
2018-01-19 00:56:09 -08:00
text_document_did_open.cc
threaded_queue: queue -> deque
2018-02-04 22:15:48 -08:00
text_document_did_save.cc
threaded_queue: queue -> deque
2018-02-04 22:15:48 -08:00
text_document_document_highlight.cc
Move symbol related structs to symbol.h and add kind/role to textDocument/documentHighlight
2018-02-12 17:15:19 -08:00
text_document_document_link.cc
Format
2018-01-29 16:27:43 -08:00
text_document_document_symbol.cc
Role : uint8_t -> uint16_t; Add Read,Write to Role (#if CINDEX_VERSION >= 48)
2018-02-12 10:15:43 -08:00
text_document_formatting.cc
Switch to {Request,Notification}Message
2018-01-19 00:56:09 -08:00
text_document_hover.cc
variable_type -> type; remove parent_{id,kind} (they should be inferred from Def::spell; clean up SymbolIdx, Reference, SymbolRef
2018-02-11 10:28:26 -08:00
text_document_range_formatting.cc
Switch to {Request,Notification}Message
2018-01-19 00:56:09 -08:00
text_document_references.cc
Add config->extension.referenceContainer
2018-02-10 18:34:34 -08:00
text_document_rename.cc
Add Id<QueryFile> file; to Use and simplify query.cc
2018-02-11 20:43:54 -08:00
text_document_signature_help.cc
Fix signatureHelp signature selection heuristic
2018-01-20 16:21:13 -08:00
workspace_did_change_watched_files.cc
threaded_queue: queue -> deque
2018-02-04 22:15:48 -08:00
workspace_symbol.cc
Fix default -resource-dir when clang -print-resource-dir contains ..
2018-02-12 23:54:50 -08:00