ccls/src
Jacob Dufault 786ac0bc4f Merge FileContents and FileContentsWithOffsets.
Also try to more aggressively load FileContents when indexing to increase reliability.
2018-01-10 21:16:46 -08:00
..
messages Merge FileContents and FileContentsWithOffsets. 2018-01-10 21:16:46 -08:00
serializers Format 2018-01-10 18:43:01 -08:00
atomic_object.h Update diagnostics on document change, not code completion. 2017-09-21 19:25:33 -07:00
cache_manager.cc Merge FileContents and FileContentsWithOffsets. 2018-01-10 21:16:46 -08:00
cache_manager.h Enable simple sanity test for import pipeline. 2018-01-06 16:20:37 -08:00
clang_complete.cc Format 2018-01-10 18:43:01 -08:00
clang_complete.h Fix completion order: Sort after cache. 2018-01-03 07:58:59 -08:00
clang_cursor.cc Change Config->enableComments from to int 2018-01-09 00:46:37 -08:00
clang_cursor.h The Little Match Ray On New Year's Eve 2017 2018-01-01 00:06:25 -08:00
clang_format.cc Add unit tests for formatting documents and document ranges 2018-01-10 18:11:59 -08:00
clang_format.h [formatting] Add textDocument/rangeFormatting 2017-12-31 19:41:47 -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 Format 2018-01-10 18:43:01 -08:00
clang_translation_unit.h Move import pipeline into import_pipeline.cc 2017-12-23 17:30:55 -08:00
clang_utils.cc Protect formatting code inside USE_CLANG_CXX 2017-12-31 23:15:03 +01:00
clang_utils.h Format 2018-01-10 18:43:01 -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 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
command_line.cc Format 2018-01-10 18:43:01 -08:00
config.h Format 2018-01-10 18:43:01 -08:00
file_consumer.cc Merge FileContents and FileContentsWithOffsets. 2018-01-10 21:16:46 -08:00
file_consumer.h Merge FileContents and FileContentsWithOffsets. 2018-01-10 21:16:46 -08:00
file_contents.cc Merge FileContents and FileContentsWithOffsets. 2018-01-10 21:16:46 -08:00
file_contents.h Merge FileContents and FileContentsWithOffsets. 2018-01-10 21:16:46 -08:00
iindexer.cc Merge FileContents and FileContentsWithOffsets. 2018-01-10 21:16:46 -08:00
iindexer.h Usage initializer_list 2018-01-06 17:11:34 -08:00
import_manager.cc Introduce MessageHandler abstraction. Mainly just code reorg. 2017-12-04 23:57:41 -08:00
import_manager.h Introduce MessageHandler abstraction. Mainly just code reorg. 2017-12-04 23:57:41 -08:00
import_pipeline.cc Fix progress not always going to zero 2018-01-10 19:56:47 -08:00
import_pipeline.h Fix build 2018-01-07 13:37:30 -08:00
include_complete.cc Fix waf configure --variant=debug on Linux 2018-01-07 15:18:01 -08:00
include_complete.h Reformat to Chromium style. 2017-09-21 18:14:57 -07:00
indexer.cc Merge FileContents and FileContentsWithOffsets. 2018-01-10 21:16:46 -08:00
indexer.h Merge FileContents and FileContentsWithOffsets. 2018-01-10 21:16:46 -08:00
ipc.cc workspace/didChangeWatchedFiles placeholder 2018-01-09 23:11:20 -08:00
ipc.h workspace/didChangeWatchedFiles placeholder 2018-01-09 23:11:20 -08:00
language_server_api.cc using lsRequestId = std::variant<std::monostate, int64_t, std::string>; 2018-01-10 10:45:31 -08:00
language_server_api.h Format 2018-01-10 18:43:01 -08:00
lex_utils.cc Add TEXT_REPLACE in index tests. 2017-12-22 08:48:12 -08:00
lex_utils.h Reformat to Chromium style. 2017-09-21 18:14:57 -07:00
lru_cache.h Update formatting 2017-12-28 09:22:26 -08:00
match.cc Format 2018-01-10 18:43:01 -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
message_handler.cc Format 2018-01-10 18:43:01 -08:00
message_handler.h Forward declare Project 2018-01-06 16:04:51 -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 Format 2018-01-10 18:43:01 -08:00
platform_win.cc Format 2018-01-10 18:43:01 -08:00
platform.cc Remove platform specific mutex/shared memory 2018-01-02 01:37:39 -06:00
platform.h Add TraceMe() to main() 2018-01-06 23:42:45 -08:00
position.cc Flatten msgpack by replacing pack_array() with pack() 2018-01-07 20:52:16 -08:00
position.h Reformat to Chromium style. 2017-09-21 18:14:57 -07:00
project.cc Fix windows path normalization 2018-01-10 20:07:50 -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 Format 2018-01-10 18:43:01 -08:00
query_utils.h Move import pipeline into import_pipeline.cc 2017-12-23 17:30:55 -08:00
query.cc Merge FileContents and FileContentsWithOffsets. 2018-01-10 21:16:46 -08:00
query.h Flatten msgpack by replacing pack_array() with pack() 2018-01-07 20:52:16 -08:00
queue_manager.cc Delete previous QueueManager instance if creating multiple. 2018-01-06 16:30:26 -08:00
queue_manager.h Split MultiQueueWaiter into {querydb,indexer,stdout}waiter to solve thundering herd problem (#217) 2018-01-01 23:40:36 -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 Merge FileContents and FileContentsWithOffsets. 2018-01-10 21:16:46 -08:00
serializer.h Format 2018-01-10 18:43:01 -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
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 Format 2018-01-10 18:43:01 -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 2018-01-10 18:43:01 -08:00
timer.cc Progress output improvements 2018-01-07 13:08:48 -08:00
timer.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
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 Format 2018-01-10 18:43:01 -08:00
utils.h Always normalize project file entry when passing it to clang. 2018-01-10 18:33:36 -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 Change lsVersionedTextDocumentIdentifier::version to variant<monostate,int> 2018-01-09 23:57:44 -08:00
working_files.h Do not show completion candidates for : or > by itself. 2018-01-07 14:27:57 -08:00