ccls/src
2018-02-28 17:56:49 -08:00
..
messages Use call sites for callHierarchy 2018-02-28 17:56:49 -08:00
serializers Better error reporting in ResponseMessage 2018-01-19 15:33:32 -08:00
atomic_object.h Update diagnostics on document change, not code completion. 2017-09-21 19:25:33 -07:00
cache_manager.cc Remove <regex> from lex_utils.h and separate language_server_api.h 2018-02-23 16:33:48 -08:00
cache_manager.h Import pipeline improvements 2018-01-29 21:34:36 -08:00
clang_complete.cc Format code 2018-02-21 23:34:32 -08:00
clang_complete.h Remove <regex> from lex_utils.h and separate language_server_api.h 2018-02-23 16:33:48 -08:00
clang_cursor.cc Rename FuncDefDefinitionData::locals to vars, remove constants from EnumDecl's vars 2018-02-26 17:53:37 -08:00
clang_cursor.h Rename FuncDefDefinitionData::locals to vars, remove constants from EnumDecl's vars 2018-02-26 17:53:37 -08:00
clang_format.cc Convert to snake case 2018-01-11 17:33:51 -08:00
clang_format.h Remove <regex> from lex_utils.h and separate language_server_api.h 2018-02-23 16:33:48 -08:00
clang_index.cc Reformat 2017-12-07 11:54:51 -08:00
clang_index.h Small doc updates 2017-12-23 15:42:54 -08:00
clang_translation_unit.cc Reduce <iostream>; don't include rapidjson in language_server_api.h; add role to lsReferenceContext 2018-02-22 14:39:46 -08:00
clang_translation_unit.h Take unsaved_files by reference 2018-01-17 21:29:40 -08:00
clang_utils.cc Rename FuncDefDefinitionData::locals to vars, remove constants from EnumDecl's vars 2018-02-26 17:53:37 -08:00
clang_utils.h Rename FuncDefDefinitionData::locals to vars, remove constants from EnumDecl's vars 2018-02-26 17:53:37 -08:00
code_complete_cache.cc Introduce MessageHandler abstraction. Mainly just code reorg. 2017-12-04 23:57:41 -08:00
code_complete_cache.h Remove <regex> from lex_utils.h and separate language_server_api.h 2018-02-23 16:33:48 -08:00
command_line.cc Better error message for issue #478 2018-02-27 23:07:40 -08:00
config.h Format code 2018-02-21 23:34:32 -08:00
file_consumer.cc Format code 2018-02-21 23:34:32 -08:00
file_consumer.h Import pipeline improvements 2018-01-29 21:34:36 -08:00
file_contents.cc Change line/column to 0-based and only use 1-based when (de,)serialized to JSON 2018-01-14 11:54:23 -08:00
file_contents.h Speed up build 2018-02-23 18:24:54 -08:00
fuzzy_match.cc Add fuzzy_match.h and let textDocument/definition search for the identifier at point (e.g. in comments) 2018-02-12 08:09:18 -08:00
fuzzy_match.h Add fuzzy_match.h and let textDocument/definition search for the identifier at point (e.g. in comments) 2018-02-12 08:09:18 -08:00
iindexer.cc Import pipeline improvements 2018-01-29 21:34:36 -08:00
iindexer.h Response on index error. (#319) 2018-01-19 23:56:49 -08:00
import_manager.cc Fix spelling mistake 2018-01-17 22:13:44 -08:00
import_manager.h Fix spelling mistake 2018-01-17 22:13:44 -08:00
import_pipeline.cc Remove <regex> from lex_utils.h and separate language_server_api.h 2018-02-23 16:33:48 -08:00
import_pipeline.h Remove QueryDb_Handle 2018-02-11 14:31:24 -08:00
include_complete.cc Format code 2018-02-21 23:34:32 -08:00
include_complete.h Remove <regex> from lex_utils.h and separate language_server_api.h 2018-02-23 16:33:48 -08:00
indexer.cc Fix -Wunused-variable when CINDEX_VERSION >= 47 2018-02-28 08:35:06 -08:00
indexer.h Var DetailedName 2018-02-26 18:29:37 -08:00
ipc.cc Reorder some IPC members 2018-02-27 23:07:53 -08:00
ipc.h Reorder some IPC members 2018-02-27 23:07:53 -08:00
language.h Fix GCC __wur 2018-02-19 19:06:48 -08:00
lex_utils.cc Remove <regex> from lex_utils.h and separate language_server_api.h 2018-02-23 16:33:48 -08:00
lex_utils.h Remove <regex> from lex_utils.h and separate language_server_api.h 2018-02-23 16:33:48 -08:00
lru_cache.h Fix integer sign comparison 2018-02-18 09:10:27 -08:00
lsp_completion.h Remove <regex> from lex_utils.h and separate language_server_api.h 2018-02-23 16:33:48 -08:00
lsp_diagnostic.cc Remove <regex> from lex_utils.h and separate language_server_api.h 2018-02-23 16:33:48 -08:00
lsp_diagnostic.h Remove <regex> from lex_utils.h and separate language_server_api.h 2018-02-23 16:33:48 -08:00
lsp.cc Remove <regex> from lex_utils.h and separate language_server_api.h 2018-02-23 16:33:48 -08:00
lsp.h Add role to lsLocationEx 2018-02-24 21:47:51 -08:00
match.cc Remove <regex> from lex_utils.h and separate language_server_api.h 2018-02-23 16:33:48 -08:00
match.h Add using declaration to optional.h, include STL optional if available or fallback to third-party one. 2017-12-29 12:00:52 -06:00
maybe.h Format code 2018-02-21 23:34:32 -08:00
message_handler.cc Use call sites for callHierarchy 2018-02-28 17:56:49 -08:00
message_handler.h Remove <regex> from lex_utils.h and separate language_server_api.h 2018-02-23 16:33:48 -08:00
nt_string.h fix ci 2018-02-22 17:02:00 +08:00
options.cc Support equal signs in options, e.g. --log-file=a.log 2017-12-29 14:00:02 -08:00
options.h Reformat to Chromium style. 2017-09-21 18:14:57 -07:00
performance.h Reformat to Chromium style. 2017-09-21 18:14:57 -07:00
platform_posix.cc Reduce <iostream>; don't include rapidjson in language_server_api.h; add role to lsReferenceContext 2018-02-22 14:39:46 -08:00
platform_win.cc Add Config::compilationDatabaseCommand 2018-02-19 16:20:02 -08:00
platform.cc Reduce <iostream>; don't include rapidjson in language_server_api.h; add role to lsReferenceContext 2018-02-22 14:39:46 -08:00
platform.h Add Config::compilationDatabaseCommand 2018-02-19 16:20:02 -08:00
port.cc Revert "[[noreturn]] on cquery_unreachable_internal" 2018-02-27 23:23:07 -08:00
port.h Format code 2018-02-21 23:34:32 -08:00
position.cc Simplify Index* Query* 2018-02-18 10:43:27 -08:00
position.h HasValue -> HasValueForMaybe_ 2018-02-11 13:49:44 -08:00
project.cc Better comment in project.cc 2018-02-27 23:08:23 -08:00
project.h Always normalize project file entry when passing it to clang. 2018-01-10 18:33:36 -08:00
query_utils.cc Support listing local variables in memberHierarchy and better handling of locations for typedef; remove cquery_call_tree.cc 2018-02-26 21:32:58 -08:00
query_utils.h Support listing local variables in memberHierarchy and better handling of locations for typedef; remove cquery_call_tree.cc 2018-02-26 21:32:58 -08:00
query.cc Rename FuncDefDefinitionData::locals to vars, remove constants from EnumDecl's vars 2018-02-26 17:53:37 -08:00
query.h Deduplicate Query*; add local variables to outline but not in documentSymbol 2018-02-21 23:49:52 -08:00
queue_manager.cc Remove <regex> from lex_utils.h and separate language_server_api.h 2018-02-23 16:33:48 -08:00
queue_manager.h Format code 2018-02-21 23:34:32 -08:00
recorder.cc Format code 2018-02-21 23:34:32 -08:00
recorder.h Add --record in favor of --log-stdin-stdout-to-stderr. 2018-02-06 20:27:35 -08:00
semantic_highlight_symbol_cache.cc Try to keep semantic highlighting colors stable across open files. 2017-12-22 07:29:13 -08:00
semantic_highlight_symbol_cache.h Add using declaration to optional.h, include STL optional if available or fallback to third-party one. 2017-12-29 12:00:52 -06:00
serializer.cc Rename FuncDefDefinitionData::locals to vars, remove constants from EnumDecl's vars 2018-02-26 17:53:37 -08:00
serializer.h Format code 2018-02-21 23:34:32 -08:00
standard_includes.cc Reformat to Chromium style. 2017-09-21 18:14:57 -07:00
standard_includes.h Add #include auto-complete. 2017-05-21 00:37:53 -07:00
symbol.h Fix semantic highlighting regressions from switch from ClangSymbolKind to lsSymbolKind (fixes #469) 2018-02-22 16:11:35 -08:00
task.cc Fix clang compile 2017-08-16 22:17:24 -07:00
task.h Add using declaration to optional.h, include STL optional if available or fallback to third-party one. 2017-12-29 12:00:52 -06:00
test.cc Don't include rapidjson in indexer.h 2018-02-23 18:30:06 -08:00
test.h [ci]: Do not wait for input after failing a test. 2018-01-03 18:43:58 -08:00
third_party_impl.cc Fix waf configure --variant=debug on Linux 2018-01-07 15:18:01 -08:00
threaded_queue.h Format code 2018-02-21 23:34:32 -08:00
timer.cc Reduce <iostream>; don't include rapidjson in language_server_api.h; add role to lsReferenceContext 2018-02-22 14:39:46 -08:00
timer.h Add ScopedPerfTimer 2018-01-18 08:25:47 -08:00
timestamp_manager.cc Begin cache restructure so it can be tested 2017-12-29 12:00:52 -06:00
timestamp_manager.h Begin cache restructure so it can be tested 2017-12-29 12:00:52 -06:00
type_printer.cc Format 2018-01-10 18:43:01 -08:00
type_printer.h Add --use-clang-cxx to waf and move type printer to src/type_printer.cc 2017-12-29 09:51:26 -08:00
utils.cc Speed up build 2018-02-23 18:24:54 -08:00
utils.h Speed up build 2018-02-23 18:24:54 -08:00
work_thread.cc Remove WorkThread::Result. 2017-12-28 09:20:21 -08:00
work_thread.h Remove WorkThread::Result. 2017-12-28 09:20:21 -08:00
working_files.cc Fix #385 2018-01-31 16:48:26 -08:00
working_files.h Remove <regex> from lex_utils.h and separate language_server_api.h 2018-02-23 16:33:48 -08:00