ccls/src
2017-10-22 22:07:50 -07:00
..
.vscode wip 2017-07-29 21:24:02 -07:00
libclangmm Cleanup clang::TranslationUnit API so callers have to handle failures. 2017-10-22 22:07:50 -07:00
tiny-process-library Linux build fixes 2017-07-29 21:46:21 -07:00
atomic_object.h Update diagnostics on document change, not code completion. 2017-09-21 19:25:33 -07:00
buffer.cc misc header cleanup 2017-03-25 13:24:42 -07:00
buffer.h Implement textDocument/references 2017-04-09 22:34:06 -07:00
cache.cc Handle error condition instead of asserting, since it is occassionaly hit. 2017-09-22 00:39:59 -07:00
cache.h Reformat to Chromium style. 2017-09-21 18:14:57 -07:00
clang_args Fix dependency scanning on import. 2017-09-19 22:08:17 -07:00
clang_complete.cc Cleanup clang::TranslationUnit API so callers have to handle failures. 2017-10-22 22:07:50 -07:00
clang_complete.h Try to only ever have one completion session per file. 2017-10-22 21:49:17 -07:00
clang_utils.cc Reformat to Chromium style. 2017-09-21 18:14:57 -07:00
clang_utils.h Reformat to Chromium style. 2017-09-21 18:14:57 -07:00
command_line.cc Remove issue where diagnostics would disappear file saves. 2017-10-17 11:43:33 -07:00
config.h Reformat to Chromium style. 2017-09-21 18:14:57 -07:00
file_consumer.cc Reformat to Chromium style. 2017-09-21 18:14:57 -07:00
file_consumer.h Reformat to Chromium style. 2017-09-21 18:14:57 -07:00
include_complete.cc Reformat to Chromium style. 2017-09-21 18:14:57 -07:00
include_complete.h Reformat to Chromium style. 2017-09-21 18:14:57 -07:00
indexer.cc Cleanup clang::TranslationUnit API so callers have to handle failures. 2017-10-22 22:07:50 -07:00
indexer.h Real-time indexing as you type. 2017-09-26 23:03:43 -07:00
ipc_manager.cc Reformat to Chromium style. 2017-09-21 18:14:57 -07:00
ipc_manager.h Reformat to Chromium style. 2017-09-21 18:14:57 -07:00
ipc.cc Reformat to Chromium style. 2017-09-21 18:14:57 -07:00
ipc.h Remove some static_casts. 2017-09-21 18:32:55 -07:00
language_server_api.cc Update diagnostics on document change, not code completion. 2017-09-21 19:25:33 -07:00
language_server_api.h Update diagnostics on document change, not code completion. 2017-09-21 19:25:33 -07:00
lex_utils.cc Reformat to Chromium style. 2017-09-21 18:14:57 -07:00
lex_utils.h Reformat to Chromium style. 2017-09-21 18:14:57 -07:00
match.cc Reformat to Chromium style. 2017-09-21 18:14:57 -07:00
match.h Reformat to Chromium style. 2017-09-21 18:14:57 -07:00
message_queue.cc Reformat to Chromium style. 2017-09-21 18:14:57 -07:00
message_queue.h Reformat to Chromium style. 2017-09-21 18:14:57 -07:00
options.cc Reformat to Chromium style. 2017-09-21 18:14:57 -07: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_linux.cc Reformat to Chromium style. 2017-09-21 18:14:57 -07:00
platform_win.cc Reformat to Chromium style. 2017-09-21 18:14:57 -07:00
platform.cc Reformat to Chromium style. 2017-09-21 18:14:57 -07:00
platform.h Reformat to Chromium style. 2017-09-21 18:14:57 -07:00
position.cc Reformat to Chromium style. 2017-09-21 18:14:57 -07:00
position.h Reformat to Chromium style. 2017-09-21 18:14:57 -07:00
project.cc Fix a bunch of bugs in argument handling and address some TODOs 2017-10-18 01:24:52 -07:00
project.h Cleanup how include directories are passed around in project. 2017-09-21 20:02:48 -07:00
query_utils.cc When erasing a USR only erase def data. 2017-10-16 22:45:26 -07:00
query_utils.h Move InsertSymbolIntoResult into query_utils.cc 2017-09-21 18:18:24 -07:00
query.cc When erasing a USR only erase def data. 2017-10-16 22:45:26 -07:00
query.h When erasing a USR only erase def data. 2017-10-16 22:45:26 -07:00
resizable_buffer.cc misc header cleanup 2017-03-25 13:24:42 -07:00
resizable_buffer.h osx compile files 2017-03-21 10:06:22 -07:00
serializer.cc Reformat to Chromium style. 2017-09-21 18:14:57 -07:00
serializer.h Reformat to Chromium style. 2017-09-21 18:14:57 -07: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 Fix clang compile 2017-08-16 22:17:24 -07:00
test.cc Reformat to Chromium style. 2017-09-21 18:14:57 -07:00
test.h Reformat to Chromium style. 2017-09-21 18:14:57 -07:00
third_party_impl.cc First pass at logging using loguru 2017-07-27 19:14:46 -07:00
threaded_queue.h Reformat to Chromium style. 2017-09-21 18:14:57 -07:00
timer.cc Reformat to Chromium style. 2017-09-21 18:14:57 -07:00
timer.h Basic performance data tracking during indexing 2017-05-17 00:08:45 -07:00
typed_bidi_message_queue.h Reformat to Chromium style. 2017-09-21 18:14:57 -07:00
utils.cc Fix a bunch of bugs in argument handling and address some TODOs 2017-10-18 01:24:52 -07:00
utils.h Fix a bunch of bugs in argument handling and address some TODOs 2017-10-18 01:24:52 -07:00
work_thread.cc Reformat to Chromium style. 2017-09-21 18:14:57 -07:00
work_thread.h Reformat to Chromium style. 2017-09-21 18:14:57 -07:00
working_files.cc Fix two TODOs 2017-09-26 21:40:47 -07:00
working_files.h Reformat to Chromium style. 2017-09-21 18:14:57 -07:00